Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8258933 | openjdk8u292 | Fei Yang | P2 | Resolved | Fixed | b01 |
JDK-8261220 | 8u301 | Fairoz Matte | P2 | Closed | Fixed | b01 |
Some of the places where G1 uses klass_or_null really should be using klass_or_null_acquire, in order to ensure the successful read of the klass preceeds later reads that are dependent on it.
- backported by
-
JDK-8258933 G1 needs klass_or_null_acquire
- Resolved
-
JDK-8261220 G1 needs klass_or_null_acquire
- Closed
- is blocked by
-
JDK-8166583 Add oopDesc::klass_or_null_acquire()
- Resolved
-
JDK-8166663 Simplify oops_on_card_seq_iterate_careful
- Resolved
- relates to
-
JDK-8071280 Specialize HeapRegion::oops_on_card_seq_iterate_careful() for use during concurrent refinement and updating the rset
- Resolved
-
JDK-8162928 Micro-optimizations in scanning the remembered sets
- Resolved
(1 relates to)