After the changes for JDK-8150393 _scan_in_progress is set unconditionally in G1CMRootRegions::prepare_for_scan().
This is benign (some performance loss) in the current code, but causes errors withJDK-8155810.
Fix this.
This is benign (some performance loss) in the current code, but causes errors with
Fix this.
- relates to
-
JDK-8150393 Maintain the set of survivor regions in an array between GCs
-
- Resolved
-