RFR: 8201171: Cleanup in g1CollectedHeap, change CamelCase to snake_case

Leo Korinth leo.korinth at oracle.com
Thu Apr 5 12:10:48 UTC 2018


Thanks for the review Stefan,
Leo

On 05/04/18 14:01, Stefan Johansson wrote:
> 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