src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 54361 879051d3772a
parent 54262 1f9ad92e337b
child 54375 a5ce9300462f
equal deleted inserted replaced
54360:6a4abdb6749c 54361:879051d3772a
  1320   virtual void register_nmethod(nmethod* nm);
  1320   virtual void register_nmethod(nmethod* nm);
  1321 
  1321 
  1322   // Unregister the given nmethod from the G1 heap.
  1322   // Unregister the given nmethod from the G1 heap.
  1323   virtual void unregister_nmethod(nmethod* nm);
  1323   virtual void unregister_nmethod(nmethod* nm);
  1324 
  1324 
       
  1325   // No nmethod flushing needed.
       
  1326   virtual void flush_nmethod(nmethod* nm) {}
       
  1327 
       
  1328   // No nmethod verification implemented.
       
  1329   virtual void verify_nmethod(nmethod* nm) {}
       
  1330 
  1325   // Free up superfluous code root memory.
  1331   // Free up superfluous code root memory.
  1326   void purge_code_root_memory();
  1332   void purge_code_root_memory();
  1327 
  1333 
  1328   // Rebuild the strong code root lists for each region
  1334   // Rebuild the strong code root lists for each region
  1329   // after a full GC.
  1335   // after a full GC.