RFR: JDK-8276588: Change "ccc" to "CSR" in HotSpot sources
Coleen Phillimore
coleenp at openjdk.java.net
Tue Nov 9 18:17:42 UTC 2021
On Tue, 9 Nov 2021 17:33:07 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> 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.
>
> Filed JDK-8276889 in case further cleanup of the wording in instanceKlass.cpp is desired.
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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6240
More information about the hotspot-dev
mailing list