-
Bug
-
Resolution: Fixed
-
P4
-
15, 16
-
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
-