8269614: [s390] Interpreter checks wrong bit for slow path instance allocation #177
Conversation
|
@TheRealMDoerr The following label 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 list. If you would like to change these labels, use the /label pull request command. |
That looks fairly simple: _lh_instance_slow_path_bit
is already the mask.
@TheRealMDoerr 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 7 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
Wrong since 2013/05/23. Looks good now.
Cheers, Richard.
Thanks for the reviews! |
Going to push as commit be0ac92.
Your commit was automatically rebased without conflicts. |
@TheRealMDoerr Pushed as commit be0ac92. |
This is a small fix for a bug in the template interpreter on s390. Klass::_lh_instance_slow_path_bit is the bit to check, not the bit position. (See other platforms.)
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk17 pull/177/head:pull/177
$ git checkout pull/177
Update a local copy of the PR:
$ git checkout pull/177
$ git pull https://git.openjdk.java.net/jdk17 pull/177/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 177
View PR using the GUI difftool:
$ git pr show -t 177
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk17/pull/177.diff