Skip to content
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

Open
wants to merge 6 commits into
base: lworld
Choose a base branch
from

Conversation

fparain
Copy link
Collaborator

@fparain fparain commented Dec 11, 2024

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

  • Change must not contain extraneous whitespace

Issue

  • JDK-8345995: [lworld] Flat arrays need to be redesigned to support new flat layouts (Enhancement - P3)

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

@bridgekeeper
Copy link

bridgekeeper bot commented Dec 11, 2024

👋 Welcome back fparain! A progress list of the required criteria for merging this PR into lworld will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Dec 11, 2024

@fparain This change is no longer ready for integration - check the PR body for details.

@openjdk
Copy link

openjdk bot commented Dec 11, 2024

@fparain this pull request can not be integrated into lworld due to one or more merge conflicts. To resolve these merge conflicts and update this pull request you can run the following commands in the local repository for your personal fork:

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

@mlbridge
Copy link

mlbridge bot commented Dec 11, 2024

Webrevs

@openjdk openjdk bot added ready and removed merge-conflict labels Dec 11, 2024
@openjdk openjdk bot added merge-conflict and removed ready labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant