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

Print this page
rev 6872 : imported patch nm-hashtable

@@ -1655,16 +1655,10 @@
   virtual void register_nmethod(nmethod* nm);
 
   // Unregister the given nmethod from the G1 heap.
   virtual void unregister_nmethod(nmethod* nm);
 
-  // Migrate the nmethods in the code root lists of the regions
-  // in the collection set to regions in to-space. In the event
-  // of an evacuation failure, nmethods that reference objects
-  // that were not successfully evacuated are not migrated.
-  void migrate_strong_code_roots();
-
   // Free up superfluous code root memory.
   void purge_code_root_memory();
 
   // Rebuild the strong code root lists for each region
   // after a full GC.