src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 49394 43a2159878d3
parent 49374 17d4481280f1
child 49604 ca5978b8378b
equal deleted inserted replaced
49393:93fe2fc5c093 49394:43a2159878d3
   298   // frequent marking cycles and stress the cleanup / concurrent
   298   // frequent marking cycles and stress the cleanup / concurrent
   299   // cleanup code more (as all the regions that will be allocated by
   299   // cleanup code more (as all the regions that will be allocated by
   300   // this method will be found dead by the marking cycle).
   300   // this method will be found dead by the marking cycle).
   301   void allocate_dummy_regions() PRODUCT_RETURN;
   301   void allocate_dummy_regions() PRODUCT_RETURN;
   302 
   302 
   303   // Clear RSets after a compaction. It also resets the GC time stamps.
       
   304   void clear_rsets_post_compaction();
       
   305 
       
   306   // If the HR printer is active, dump the state of the regions in the
   303   // If the HR printer is active, dump the state of the regions in the
   307   // heap after a compaction.
   304   // heap after a compaction.
   308   void print_hrm_post_compaction();
   305   void print_hrm_post_compaction();
   309 
   306 
   310   // Create a memory mapper for auxiliary data structures of the given size and
   307   // Create a memory mapper for auxiliary data structures of the given size and