jdk/hotspot/src/share/vm/gc_implementation
John Cuthbertson f93ee2a9dd 8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed
The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression.

Reviewed-by: jmasa, tamao, brutisso
2013-07-01 09:30:23 -07:00
..
concurrentMarkSweep 8005849: JEP 167: Event-Based JVM Tracing 2013-06-10 11:30:51 +02:00
g1 8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed 2013-07-01 09:30:23 -07:00
parallelScavenge 8014851: UseAdaptiveGCBoundary is broken 2013-06-25 15:17:11 -07:00
parNew 8005849: JEP 167: Event-Based JVM Tracing 2013-06-10 11:30:51 +02:00
shared 8005849: JEP 167: Event-Based JVM Tracing 2013-06-10 11:30:51 +02:00