comparison src/share/vm/gc_implementation/g1/g1MarkSweep.cpp @ 2147:9afee0b9fc1d

7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220) Summary: Rebuild breakpoint cache at gc_epilogue instead of during oops_do Reviewed-by: dcubed, ysr, coleenp
author kamg
date Wed, 19 Jan 2011 13:51:53 -0800
parents f95d63e2154a
children 377371490991
comparison
equal deleted inserted replaced
2146:2f33b03bd915 2147:9afee0b9fc1d
111 // Universe::set_heap_capacity_at_last_gc(Universe::heap()->capacity()); 111 // Universe::set_heap_capacity_at_last_gc(Universe::heap()->capacity());
112 // Universe::set_heap_used_at_last_gc(Universe::heap()->used()); 112 // Universe::set_heap_used_at_last_gc(Universe::heap()->used());
113 113
114 Threads::gc_epilogue(); 114 Threads::gc_epilogue();
115 CodeCache::gc_epilogue(); 115 CodeCache::gc_epilogue();
116 JvmtiExport::gc_epilogue();
116 117
117 // refs processing: clean slate 118 // refs processing: clean slate
118 GenMarkSweep::_ref_processor = NULL; 119 GenMarkSweep::_ref_processor = NULL;
119 } 120 }
120 121