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

changeset 5165
6702da6b6082
parent 5014
5c93c1f61226
child 5548
5888334c9c24
equal deleted inserted replaced
5164:5ed122fbd0ef 5165:6702da6b6082
336 void do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task); 336 void do_cleanup_work(HRRSCleanupTask* hrrs_cleanup_task);
337 static void finish_cleanup_task(HRRSCleanupTask* hrrs_cleanup_task); 337 static void finish_cleanup_task(HRRSCleanupTask* hrrs_cleanup_task);
338 338
339 // Run unit tests. 339 // Run unit tests.
340 #ifndef PRODUCT 340 #ifndef PRODUCT
341 static void test_prt();
341 static void test(); 342 static void test();
342 #endif 343 #endif
343 }; 344 };
344 345
345 class HeapRegionRemSetIterator : public StackObj { 346 class HeapRegionRemSetIterator : public StackObj {

mercurial