(XXS) RFR: 8189776: Remove dead code in jvm.cpp: force_verify_field_access
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Mon Oct 23 22:58:56 UTC 2017
Hi David,
It looks good.
Thanks,
Serguei
On 10/22/17 21:18, David Holmes wrote:
> Trivial dead code cleanup.
>
> webrev: http://cr.openjdk.java.net/~dholmes/8189776/webrev/
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8189776
>
> JDK-8057777 deleted the old unused JVM_AllocateNewObject interface,
> which was the sole caller of the local force_verify_field_access
> method. However force_verify_field_access was not removed.
>
> Cleaning this up simplifies the nestmate work I'm doing (JEP 181).
>
> Thanks,
> David
More information about the hotspot-runtime-dev
mailing list