RFR 8176705: Remove static functions in InstanceKlass
harold seigel
harold.seigel at oracle.com
Mon Mar 20 14:52:34 UTC 2017
Hi David,
Thanks for the review!
Harold
On 3/19/2017 8:37 PM, David Holmes wrote:
> Looks fine Harold!
>
> Thanks,
> David
>
> On 20/03/2017 12:41 AM, harold seigel wrote:
>> Hi,
>>
>> Please review this JDK-10 cleanup to convert certain static methods to
>> instance methods in class InstanceKlass. These methods can now be
>> instance methods as a result of the fix for JDK-8155672
>> <https://bugs.openjdk.java.net/browse/JDK-8155672>.
>>
>> Open Webrev:
>> http://cr.openjdk.java.net/~hseigel/bug_8176705/webrev/index.html
>>
>> JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8176705
>>
>> The change was tested with the JCK lang and vm tests, the JTreg hotspot,
>> java/io, java/lang, java/util and other tests, the RBT tier2 -tier5
>> tests, the colocated and non-colocated NSK tests, and with JPRT.
>>
>> Thanks, Harold
>>
More information about the hotspot-runtime-dev
mailing list