src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

Print this page
rev 6670 : 8049426: Minor cleanups after G1 class unloading
Reviewed-by: stefank

*** 5308,5318 **** // The parallel work done by all worker threads. void work(uint worker_id) { // Do first pass of code cache cleaning. _code_cache_task.work_first_pass(worker_id); ! // Let the threads, mark that the first pass is done. _code_cache_task.barrier_mark(worker_id); // Clean the Strings and Symbols. _string_symbol_task.work(worker_id); --- 5308,5318 ---- // The parallel work done by all worker threads. void work(uint worker_id) { // Do first pass of code cache cleaning. _code_cache_task.work_first_pass(worker_id); ! // Let the threads mark that the first pass is done. _code_cache_task.barrier_mark(worker_id); // Clean the Strings and Symbols. _string_symbol_task.work(worker_id);