RFR: JDK-8276588: Change "ccc" to "CSR" in HotSpot sources
David Holmes
dholmes at openjdk.java.net
Thu Nov 4 02:13:19 UTC 2021
On Wed, 3 Nov 2021 21:15:29 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> 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.
>
> src/hotspot/share/oops/instanceKlass.cpp line 731:
>
>> 729: }
>> 730:
>> 731: // To remove these from requires an incompatible change and CSR review.
>
> 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.
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???
-------------
PR: https://git.openjdk.java.net/jdk/pull/6240
More information about the hotspot-dev
mailing list