equal
deleted
inserted
replaced
106 |
106 |
107 tracer->report_gc_reference_stats(stats); |
107 tracer->report_gc_reference_stats(stats); |
108 pt.print_all_references(); |
108 pt.print_all_references(); |
109 |
109 |
110 assert(marker->oop_stack()->is_empty(), "Should be no oops on the stack"); |
110 assert(marker->oop_stack()->is_empty(), "Should be no oops on the stack"); |
111 |
|
112 // Now enqueue the references. |
|
113 _reference_processor->enqueue_discovered_references(executor, &pt); |
|
114 pt.print_enqueue_phase(); |
|
115 } |
111 } |