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

Print this page

        

@@ -336,10 +336,11 @@
   void do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task);
   static void finish_cleanup_task(HRRSCleanupTask* hrrs_cleanup_task);
 
   // Run unit tests.
 #ifndef PRODUCT
+  static void test_prt();
   static void test();
 #endif
 };
 
 class HeapRegionRemSetIterator : public StackObj {