RFR: JDK-8276588: Change "ccc" to "CSR" in HotSpot sources
Kim Barrett
kbarrett at openjdk.java.net
Wed Nov 3 21:19:12 UTC 2021
On Wed, 3 Nov 2021 20:58:23 GMT, Joe Darcy <darcy 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.
Marked as reviewed by kbarrett (Reviewer).
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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6240
More information about the hotspot-dev
mailing list