RFR: 8220610: Make CollectedHeap nmethod functions pure virtual
Stefan Karlsson
stefan.karlsson at oracle.com
Mon Mar 18 15:26:44 UTC 2019
Hi all,
I suggest that we make all CollectedHeap nmethod functions pure virtual.
http://cr.openjdk.java.net/~stefank/8220610/webrev.01/
https://bugs.openjdk.java.net/browse/JDK-8220610
This forces GC implementers to actively decide if they need extra
handling of nmethods, and oops in nmethods.
Thanks,
StefanK
More information about the hotspot-gc-dev
mailing list