hotspot/src/share/vm/gc/g1/heapRegionRemSet.hpp
changeset 34649 0c719dcb4507
parent 33783 6499ca6ce575
child 35061 be6025ebffea
equal deleted inserted replaced
34648:b7ea5d095ef5 34649:0c719dcb4507
   390   void do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task);
   390   void do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task);
   391   static void finish_cleanup_task(HRRSCleanupTask* hrrs_cleanup_task);
   391   static void finish_cleanup_task(HRRSCleanupTask* hrrs_cleanup_task);
   392 
   392 
   393   // Run unit tests.
   393   // Run unit tests.
   394 #ifndef PRODUCT
   394 #ifndef PRODUCT
   395   static void test_prt();
       
   396   static void test();
   395   static void test();
   397 #endif
   396 #endif
   398 };
   397 };
   399 
   398 
   400 class HeapRegionRemSetIterator : public StackObj {
   399 class HeapRegionRemSetIterator : public StackObj {