RFR: 8146690: Make all classes in GC follow the naming convention.

David Lindholm david.lindholm at oracle.com
Wed Jan 13 10:10:29 UTC 2016


Stefan,

Thanks for the review!

/David

On 2016-01-13 10:53, Stefan Karlsson wrote:
> Looks good.
>
> Thanks,
> StefanK
>
> On 2016-01-13 09:55, David Lindholm wrote:
>> Hi,
>>
>> My latest cleanup effort has been to make sure that all class names 
>> in GC follow the CamelCase naming convention. Almost all classes does 
>> this already, but there are a few that doesn't. For a list of these 
>> classes, see https://bugs.openjdk.java.net/browse/JDK-8146690
>>
>> Please review this patch that renames these classes to follow the 
>> naming convention.
>>
>> I have not changed names of the gc vm operations, since all vm 
>> operations throughout hotspot follow the same naming convention 
>> (VM_Operation).
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8146690
>> Webrev: http://cr.openjdk.java.net/~david/JDK-8146690/webrev.00/
>>
>> Testing: JPRT.
>>
>>
>> Thanks,
>> David L
>



More information about the hotspot-dev mailing list