mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8276588: Change "ccc" to "CSR" in HotSpot sources
Reviewed-by: dcubed, kbarrett
This commit is contained in:
parent
32895ac609
commit
f3320d2fbd
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
objArrayOop InstanceKlass::signers() const {
|
||||
// return the signers from the mirror
|
||||
return java_lang_Class::signers(java_mirror());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue