comparison src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.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 ffd725ff6943
children 3582bf76420e
comparison
equal deleted inserted replaced
2146:2f33b03bd915 2147:9afee0b9fc1d
4977 verify_overflow_empty(); 4977 verify_overflow_empty();
4978 4978
4979 if (should_unload_classes()) { 4979 if (should_unload_classes()) {
4980 CodeCache::gc_epilogue(); 4980 CodeCache::gc_epilogue();
4981 } 4981 }
4982 JvmtiExport::gc_epilogue();
4982 4983
4983 // If we encountered any (marking stack / work queue) overflow 4984 // If we encountered any (marking stack / work queue) overflow
4984 // events during the current CMS cycle, take appropriate 4985 // events during the current CMS cycle, take appropriate
4985 // remedial measures, where possible, so as to try and avoid 4986 // remedial measures, where possible, so as to try and avoid
4986 // recurrence of that condition. 4987 // recurrence of that condition.