-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 15
-
Component/s: hotspot
-
b08
Shenandoah native load barrier has code to detect if load is issued by non-Java thread, if so, it returns old oop if it is unmarked.
This is really a hack that tries to address the issue: weak processor can trigger load barrier on GC path (JDK-8231999).
Since, the problem was correctly fix byJDK-8232747. We should remove this hack.
This is really a hack that tries to address the issue: weak processor can trigger load barrier on GC path (
Since, the problem was correctly fix by
- relates to
-
JDK-8231999 Shenandoah: Traversal failed compiler/jsr292/CallSiteDepContextTest.java
-
- Resolved
-
-
JDK-8232747 Shenandoah: Concurrent GC should deactivate SATB before processing weak roots
-
- Resolved
-
-
JDK-8237874 Shenandoah: Backout JDK-8234399
-
- Closed
-