-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 15, 16
-
Component/s: hotspot
-
b20
C2 optimizes (CmpP (LoadBarrier o) NULL) as (CmpP o NULL). The ative load barrier is not guaranteed to return a non null oop when passed a non null oop so this optimization could lead to a crash.
- relates to
-
JDK-8255534 Shenandoah: Fix CmpP optimization wrt native-LRB
-
- Resolved
-