jdk/hotspot/src/share/vm/gc_implementation
Antonios Printezis e061c0b0a4 7040450: G1: assert((_g1->evacuation_failed()) || (!_g1->obj_in_cs(obj))) failed: shouldn't still be in ..
There is a race in the evac failure handling code that causes the condition the assert checks not to be true. The fix is to replace the too-strong assert with a more targeted one.

Reviewed-by: johnc, ysr, jcoomes
2011-05-05 09:15:52 -04:00
..
concurrentMarkSweep 7039089: G1: changeset for 7037276 broke heap verification, and related cleanups 2011-04-26 21:17:24 -07:00
g1 7040450: G1: assert((_g1->evacuation_failed()) || (!_g1->obj_in_cs(obj))) failed: shouldn't still be in .. 2011-05-05 09:15:52 -04:00
parallelScavenge 7041501: NUMA: Expand the old gen more aggressively 2011-05-04 15:08:44 -07:00
parNew 7037276: Unnecessary double traversal of dirty card windows 2011-04-20 19:19:30 -07:00
shared 6946417: G1: Java VisualVM does not support G1 properly 2011-04-21 10:23:44 -07:00