< prev index next >

src/share/vm/gc/g1/g1CollectedHeap.hpp

Print this page
rev 13280 : imported patch CollectedHeap_register_nmethod
rev 13281 : [mq]: CollectedHeap_register_nmethod_v2

@@ -1387,10 +1387,12 @@
   virtual void register_nmethod(nmethod* nm);
 
   // Unregister the given nmethod from the G1 heap.
   virtual void unregister_nmethod(nmethod* nm);
 
+  virtual void verify_nmethod_roots(nmethod* nmethod) {}
+
   // Free up superfluous code root memory.
   void purge_code_root_memory();
 
   // Rebuild the strong code root lists for each region
   // after a full GC.
< prev index next >