8369506: Bytecode rewriting causes Java heap corruption on AArch64#3152
8369506: Bytecode rewriting causes Java heap corruption on AArch64#3152TheMangovnik wants to merge 1 commit into
Conversation
|
👋 Welcome back TheMangovnik! A progress list of the required criteria for merging this PR into |
|
@TheMangovnik This change now passes all automated pre-integration checks. 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 69 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. 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 (@rwestrel, @theRealAph) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
This backport pull request has now been updated with issue from the original commit. |
|
/reviewers 2 |
|
@TheMangovnik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@TheMangovnik The pull request is being re-evaluated and the inactivity timeout has been reset. |
rwestrel
left a comment
There was a problem hiding this comment.
Sorry, I missed this. Looks good to me.
|
@adinn Does it look OK to you too? |
|
@TheMangovnik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@TheMangovnik The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
@TheMangovnik This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/template append |
|
/touch |
|
@TheMangovnik The pull request template has been appended to the pull request body |
|
@TheMangovnik The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
/integrate |
|
@TheMangovnik |
|
/sponsor |
|
Going to push as commit 96176ff.
Your commit was automatically rebased without conflicts. |
|
@jerboaa @TheMangovnik Pushed as commit 96176ff. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Backport of JDK-8369506 - Bytecode rewriting causes Java heap corruption on AArch64.
Only manual change compared to the backport to JDK17 is in file
src/hotspot/cpu/aarch64/interp_masm_aarch64.cppon line 1833.sizeof(markWord)had to be changed tosizeof(markOop), becausemarkWordtype is not present in JDK11.markOopshould be JDK11 equivalent ofmarkWord.Tier 1 - PASSES
GTest - PASSES
GHA -PASSES
Only macos-x64 / test (hs/tier1 serviceability) fails, which seems to be common occurrence in other PRs too -> unrelated to this PR.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/3152/head:pull/3152$ git checkout pull/3152Update a local copy of the PR:
$ git checkout pull/3152$ git pull https://git.openjdk.org/jdk11u-dev.git pull/3152/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3152View PR using the GUI difftool:
$ git pr show -t 3152Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/3152.diff
Using Webrev
Link to Webrev Comment