-
Bug
-
Resolution: Fixed
-
P4
-
8-shenandoah, 11-shenandoah, 13
-
b22
Shenandoah verifier can have side-effects if running in evacuation phase, by triggering LRB to evacuate oops.
We can eliminate the side-effects by resetting gc_state, after gc flag checking, and restore gc_state after verification is done.
We can eliminate the side-effects by resetting gc_state, after gc flag checking, and restore gc_state after verification is done.
- relates to
-
JDK-8221766 Load-reference barriers for Shenandoah
- Resolved