-
Notifications
You must be signed in to change notification settings - Fork 138
8373374: [lworld] Remove Unsafe.get/putValue #1782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👋 Welcome back liach! A progress list of the required criteria for merging this PR into |
|
@liach 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 3 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 ➡️ To integrate this PR with the above commit message to the |
|
Removed my comments unrelated to this PR and moved them to following merge PR which has been updated with latest code from lworld I plan to conclude this merge by next week, there are some failures, if the code changes are too many then I will open seperate follow up PRs for them instead of adding them with merge. We don't use Unsafe.putValue/getValue in VectorAPI fallback so removing them looks fine to me. Best Regards |
Webrevs
|
TobiHartmann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C2 changes look good to me. Thanks!
|
Tier 1-3 looks clear. Thanks for the reviews. /integrate |
|
Going to push as commit 2f2fd63.
Your commit was automatically rebased without conflicts. |
Remove the old Unsafe getValue and putValue, which had some performance difficulties because they are megamorphic depending on the exact layout.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/1782/head:pull/1782$ git checkout pull/1782Update a local copy of the PR:
$ git checkout pull/1782$ git pull https://git.openjdk.org/valhalla.git pull/1782/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1782View PR using the GUI difftool:
$ git pr show -t 1782Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1782.diff
Using Webrev
Link to Webrev Comment