JDK 18 | JDK 19 |
---|---|
18 b29Fixed | 19Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Following test case: private static int test1() { int length = Integer.MAX_VALUE; try { array = new long[length]; } catch (OutOfMemoryError outOfMemoryError) { barrier = 0x42; length = field; } return length; } causes c2 crash.
|