< 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.

@@ -1434,12 +1436,10 @@
   // WhiteBox testing support.
   virtual bool supports_concurrent_phase_control() const;
   virtual const char* const* concurrent_phases() const;
   virtual bool request_concurrent_phase(const char* phase);
 
-  void verify_nmethod_roots(nmethod* nmethod);
-
   // The methods below are here for convenience and dispatch the
   // appropriate method depending on value of the given VerifyOption
   // parameter. The values for that parameter, and their meanings,
   // are the same as those above.
 
< prev index next >