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
Enforce +UseCompressedClassPointers #5
Conversation
|
Webrevs
|
@rkennke 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 no new commits pushed to the
|
Co-authored-by: Aleksey Shipilëv <aleksey.shipilev@gmail.com>
Co-authored-by: Aleksey Shipilëv <aleksey.shipilev@gmail.com>
… false on 32 bit already
/integrate |
Mailing list message from Thomas Stüfe on lilliput-dev: I like this. This may be something for the mainline JDK too, independent Cheers, Thomas On Mon, May 17, 2021 at 5:47 PM Roman Kennke <rkennke at openjdk.java.net> |
This change force-enables +UseCompressedClassPointers. This is required for the next step where we want to store the compressed class pointers into object headers. The change also removes test configurations that explicitely disable CCP.
In the long run, we would remove the flag altogether, but not now.
Testing:
Progress
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/lilliput pull/5/head:pull/5
$ git checkout pull/5
Update a local copy of the PR:
$ git checkout pull/5
$ git pull https://git.openjdk.java.net/lilliput pull/5/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 5
View PR using the GUI difftool:
$ git pr show -t 5
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/lilliput/pull/5.diff