8276588: Change "ccc" to "CSR" in HotSpot sources

Reviewed-by: dcubed, kbarrett
This commit is contained in:
Joe Darcy 2021-11-03 21:20:09 +00:00
parent 32895ac609
commit f3320d2fbd
2 changed files with 3 additions and 3 deletions

View file

@ -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());