RFR 8176705: Remove static functions in InstanceKlass

David Holmes david.holmes at oracle.com
Mon Mar 20 00:37:07 UTC 2017


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