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
JDK-8276588: Change "ccc" to "CSR" in HotSpot sources #6240
Conversation
|
@jddarcy 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 3 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
@@ -728,7 +728,7 @@ oop InstanceKlass::protection_domain() const { | |||
return java_lang_Class::protection_domain(java_mirror()); | |||
} | |||
|
|||
// To remove these from requires an incompatible change and CCC request. | |||
// To remove these from requires an incompatible change and CSR review. |
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.
I don't know what this comment is trying to say; I think there might be missing words or something. But the change for CCC -> CSR is fine.
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.
Given the 'R' in CSR already stands for Review this should have said "CSR request".
But I also have no idea what the comment is actually trying to say - what is "these" referring to???
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.
I don't know why that comment is there. The API is Class::getSigners and any changes to its behavior would require a CSR, but we are free to change the implementation. So maybe the comment should be removed.
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.
Filed JDK-8276889 in case further cleanup of the wording in instanceKlass.cpp is desired.
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.
Oh at one point we were trying to figure out a different way of implementing signers so that it didn't have to store a field per InstanceKlass, when we were working on density.
/integrate |
Going to push as commit f3320d2.
Your commit was automatically rebased without conflicts. |
I noticed an out-of-date use of "ccc" in the HotSpot sources and grepped over the sources to find and fix all such instances.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/6240/head:pull/6240
$ git checkout pull/6240
Update a local copy of the PR:
$ git checkout pull/6240
$ git pull https://git.openjdk.java.net/jdk pull/6240/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 6240
View PR using the GUI difftool:
$ git pr show -t 6240
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/6240.diff