-
Notifications
You must be signed in to change notification settings - Fork 108
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
8349162: [lworld] VM Flags controlling flattening need an update #1345
Conversation
👋 Welcome back fparain! A progress list of the required criteria for merging this PR into |
@fparain 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
@fparain this pull request can not be integrated into git checkout renaming
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
|
|
||
public class TestLayoutFlags { | ||
|
||
static class TestRunner { |
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.
Just a quick drive-by comment: Java code should use 4-whitespace indentation. Same for other files.
After a discussion with Tobias, we agreed on a more consistent scheme for flags names:
|
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.
Looks good!
Thank you for the reviews. |
/integrate |
Going to push as commit 9786bf3. |
This patch is mostly about VM flags update and internal renaming.
Renaming a few symbols to make them consistent with previous code cleanup:
VM flags controlling flattening:
Example:
To enable flattening of nullable fields, the flag combination is -XX:+NullableValueFlattening -XX:+UseFlatField
The new VM flags controlling flattening are flags for testing or troubleshooting (they should probably be turned into DIAGNOSTIC flags before preview). They are not designed for performance tuning.
Feel free to propose new names for those flags if you think they are not explicit enough.
Thank you,
Fred
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/1345/head:pull/1345
$ git checkout pull/1345
Update a local copy of the PR:
$ git checkout pull/1345
$ git pull https://git.openjdk.org/valhalla.git pull/1345/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1345
View PR using the GUI difftool:
$ git pr show -t 1345
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1345.diff
Using Webrev
Link to Webrev Comment