8252916: Newline in object field values list of ScopeDesc should be removed #75
Conversation
|
@TobiHartmann The following label will be automatically applied to this pull request: When this pull request is ready to be reviewed, an RFR email will be sent to the corresponding mailing list. If you would like to change these labels, use the |
Looks good and trivial. |
/reviewer add vlivanov |
@iwanowww Only the author (@TobiHartmann) is allowed to issue the |
Thanks Vladimir! |
@TobiHartmann This change now passes all automated pre-integration checks. In addition to the automated checks, the change must also fulfill all project specific requirements After integration, the commit message will be:
Since the source branch of this PR was last updated there have been 10 commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge
|
/integrate |
@TobiHartmann Since your change was applied there have been 10 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit c655b70. |
Given the following test:
The ScopeDesc for the uncommon trap in C2 compiled 'test' is printed like this:
There should be no newline after "NULL".
This is a regression from JDK-8202171 in JDK 12. The fix is to no print a new line in to be consistent with 'print_value_on'.
Thanks,
Tobias
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/75/head:pull/75
$ git checkout pull/75