-
Notifications
You must be signed in to change notification settings - Fork 101
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
8345995: [lworld] Flat arrays need to be redesigned to support new flat layouts #1315
base: lworld
Are you sure you want to change the base?
Conversation
👋 Welcome back fparain! A progress list of the required criteria for merging this PR into |
@fparain This change is no longer ready for integration - check the PR body for details. |
@fparain this pull request can not be integrated into git checkout array_ext_hdr
git fetch https://git.openjdk.org/valhalla.git lworld
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge lworld"
git push |
Webrevs
|
Here's a redesign of flat arrays to support multiple flat layouts (NON_ATOMIC_FLAT, ATOMIC_FLAT, NULLABLE_ATOMIC_FLAT). The patch contains a lot of cleanup and simplification of the flat arrays access code.
This patch has been tested in interpreted mode only on both x86_64 and aarch64.
Unfortunately, it currently triggers a number of failures when run with JITs enabled. After a discussion with Tobias, this PR will probably not be integrated until a patch for the JITs is available.
Regards,
Fred
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/1315/head:pull/1315
$ git checkout pull/1315
Update a local copy of the PR:
$ git checkout pull/1315
$ git pull https://git.openjdk.org/valhalla.git pull/1315/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1315
View PR using the GUI difftool:
$ git pr show -t 1315
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1315.diff
Using Webrev
Link to Webrev Comment