< prev index next >

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

Print this page

        

@@ -89,10 +89,11 @@
 class OopClosure;
 class BoolObjectClosure;
 class ThreadClosure;
 class outputStream;
 class G1StringDedupTable;
+class G1GCPhaseTimes;
 
 //
 // Main interface for interacting with string deduplication.
 //
 class G1StringDedup : public AllStatic {

@@ -129,11 +130,11 @@
                                       unsigned int queue, oop java_string);
 
   static void oops_do(OopClosure* keep_alive);
   static void unlink(BoolObjectClosure* is_alive);
   static void unlink_or_oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive,
-                                bool allow_resize_and_rehash = true);
+                                bool allow_resize_and_rehash, G1GCPhaseTimes* phase_times = NULL);
 
   static void threads_do(ThreadClosure* tc);
   static void print_worker_threads_on(outputStream* st);
   static void verify();
 };
< prev index next >