comparison src/share/vm/memory/genMarkSweep.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 3582bf76420e
comparison
equal deleted inserted replaced
2146:2f33b03bd915 2147:9afee0b9fc1d
156 true /* perm */); 156 true /* perm */);
157 } 157 }
158 158
159 Threads::gc_epilogue(); 159 Threads::gc_epilogue();
160 CodeCache::gc_epilogue(); 160 CodeCache::gc_epilogue();
161 JvmtiExport::gc_epilogue();
161 162
162 if (PrintGC && !PrintGCDetails) { 163 if (PrintGC && !PrintGCDetails) {
163 gch->print_heap_change(gch_prev_used); 164 gch->print_heap_change(gch_prev_used);
164 } 165 }
165 166