RFR: 8188102: [JVMCI] Convert special JVMCI oops in nmethod to jweak values

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Oct 27 21:31:07 UTC 2017


CCing to GC group too.

Would be nice to run Hotspot testing with Graal as JIT. Katya, can you help with it?

Thanks,
Vladimir

On 10/27/17 2:05 PM, Doug Simon wrote:
> Please review this change that converts the JVMCI-specific object references in nmethod from oops to weak values. This removes GC API extensions added purely for these fields (e.g. so that G1 can insert it into the right remembered set, and when unloading an nmethod, to go and remove the nmethod from that remembered set).
> 
> Testing: I've run the Graal unit tests (mx unittest --verbose --gc-after-test -Xlog:class+unload=trace) which trigger a lot of nmethod unloading.
> 
> https://bugs.openjdk.java.net/browse/JDK-8188102
> http://cr.openjdk.java.net/~dnsimon/8188102/
> 


More information about the hotspot-compiler-dev mailing list