The user was running Tomcat server on Windows (JDK 17.0.16+8) and ran into the following fatal error:
# Internal Error (bcEscapeAnalyzer.cpp:106), pid=31520, tid=13420
# guarantee(_stack_height < _max_stack) failed: stack overflow
HotSpot error log file attached.
This presents similarly to https://bugs.openjdk.org/browse/JDK-8168926. It’s possible that the earlier fix was incomplete or there’s a regression / variant of the same problem that’s been triggered by a different pattern of bytecode.
# Internal Error (bcEscapeAnalyzer.cpp:106), pid=31520, tid=13420
# guarantee(_stack_height < _max_stack) failed: stack overflow
HotSpot error log file attached.
This presents similarly to https://bugs.openjdk.org/browse/JDK-8168926. It’s possible that the earlier fix was incomplete or there’s a regression / variant of the same problem that’s been triggered by a different pattern of bytecode.
- relates to
-
JDK-8168926 C2: Bytecode escape analyzer crashes due to stack overflow
-
- Closed
-