8381563: [lworld] SharedRuntime::allocate_inline_types hits "buffer not of expected class" assert#2294
8381563: [lworld] SharedRuntime::allocate_inline_types hits "buffer not of expected class" assert#2294rwestrel wants to merge 5 commits intoopenjdk:lworldfrom
Conversation
|
👋 Welcome back roland! A progress list of the required criteria for merging this PR into |
|
@rwestrel 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 6 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. ➡️ To integrate this PR with the above commit message to the |
TobiHartmann
left a comment
There was a problem hiding this comment.
This looks good to me. Thanks for quickly addressing this! I'll re-run testing and will report back once it all passed.
|
All tests passed. |
|
@TobiHartmann thanks for the review |
|
/integrate |
|
Going to push as commit f3fe993.
Your commit was automatically rebased without conflicts. |
Before allocating a new buffer for an value argument,
SharedRuntime::allocate_inline_types_impl()looks for the buffer argument for that value in the compiled frame at the call. The current logic for that always uses the compiled calling convention which is wrong whenSharedRuntime::allocate_inline_types_impl()is called from a ro entry point.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/2294/head:pull/2294$ git checkout pull/2294Update a local copy of the PR:
$ git checkout pull/2294$ git pull https://git.openjdk.org/valhalla.git pull/2294/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2294View PR using the GUI difftool:
$ git pr show -t 2294Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2294.diff
Using Webrev
Link to Webrev Comment