JDK 19 |
---|
19Resolved |
Cloners :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
When two exception states are combined with different stack sizes, we hit this assert: # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (/oracle/jdk/open/src/hotspot/share/opto/graphKit.cpp:348), pid=492513, tid=492526 # assert(ex_jvms->sp() == phi_map->_jvms->sp()) failed: matching stack sizes We have two workarounds so far: JDK-8275638 and JDK-8273165. We should remove these workarounds and implement a permanent fix.