-
Enhancement
-
Resolution: Duplicate
-
P4
-
17
The SATB enqueue function calls enqueue_known_active when SATB is active, and otherwise does nothing. There are places that are calling enqueue even though they've already verified SATB is active. These could instead be calling enqueue_known_active directly. G1 array copying is one such place. There may be others.
- duplicates
-
JDK-8289575 G1: Remove unnecessary is-marking-active check in G1BarrierSetRuntime::write_ref_field_pre_entry
-
- Resolved
-