JDK-8306538: Zero variant build failure after JDK-8257967#13557
JDK-8306538: Zero variant build failure after JDK-8257967#13557caizixian wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back zcai! A progress list of the required criteria for merging this PR into |
|
@caizixian The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
@caizixian This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@shipilev, @dholmes-ora) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
dholmes-ora
left a comment
There was a problem hiding this comment.
I'll approve this to get a quick fix in place but:
- I can't see why this should be specific to zero.
- I think the better fix is that os::find_builtin_agent should be guarded by
#if INCLUDE_JVMTI. Or even moved to a JVMTI file instead.
Thanks.
|
Agreed. As discussed #13512, relevant code should be cleaned up. |
Right. This is also the pattern used to exclude C1/C2 specific stuff from a zero build. Perhaps we can have a separate JBS issue to track these proposed changes. |
|
/integrate |
|
@caizixian |
|
/sponsor |
|
@shipilev @caizixian Pushed as commit 33a7978. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This follows the same style of fix applied in #13512. I noticed this issue when cross-compiling zero slowdebug for riscv64. I confirmed locally that this PR fixes the linking errors.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/13557/head:pull/13557$ git checkout pull/13557Update a local copy of the PR:
$ git checkout pull/13557$ git pull https://git.openjdk.org/jdk.git pull/13557/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 13557View PR using the GUI difftool:
$ git pr show -t 13557Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/13557.diff
Webrev
Link to Webrev Comment