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

Print this page

        

*** 336,345 **** --- 336,346 ---- 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 {