RFR: 8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case
Stefan Johansson
stefan.johansson at oracle.com
Thu Apr 5 12:01:59 UTC 2018
Hi,
On 2018-04-05 13:50, Leo Korinth wrote:
> Hi,
>
> I am cleaning up code with regard to style: CamelCase to snake_case.
>
> _cmThread -> _cm_thread
> isMarkedNext(oop obj) -> is_marked_next(oop obj)
>
> Bug:
> https://bugs.openjdk.java.net/browse/JDK-8201171
>
> Webrev:
> http://cr.openjdk.java.net/~lkorinth/8201171/00/index.html
>
Looks good!
Thanks for doing this cleanup Leo,
Stefan
> Testing:
> - hs-tier1, hs-tier2
>
> Thanks,
> Leo
More information about the hotspot-gc-dev
mailing list