< prev index next >

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

Print this page

        

*** 89,98 **** --- 89,99 ---- class OopClosure; class BoolObjectClosure; class ThreadClosure; class outputStream; class G1StringDedupTable; + class G1GCPhaseTimes; // // Main interface for interacting with string deduplication. // class G1StringDedup : public AllStatic {
*** 129,139 **** 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); static void threads_do(ThreadClosure* tc); static void print_worker_threads_on(outputStream* st); static void verify(); }; --- 130,140 ---- 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, G1GCPhaseTimes* phase_times = NULL); static void threads_do(ThreadClosure* tc); static void print_worker_threads_on(outputStream* st); static void verify(); };
< prev index next >