You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openjdk 11.0.24 2024-07-16
IBM Semeru Runtime Open Edition 11.0.24.0 (build 11.0.24+8)
Eclipse OpenJ9 VM 11.0.24.0 (build openj9-0.46.0, JRE 11 Linux amd64-64-Bit Compressed References 20240802_1158 (JIT enabled, AOT enabled)
OpenJ9 - 1a6f612
OMR - 840a9adba
JCL - ibmruntimes/openj9-openjdk-jdk11@30b62e6 based on jdk-11.0.24+8)
Summary of problem
The SpringBoot program frequently freezes, even the 404 interface with no logic will freeze for up to 6 seconds, and there are a large number of javacore.txt files inside the container. The strange thing is that when I changed to Microsoft's JDK image, the lagging problem disappeared. Could you please help me look at the javacore file to determine where the problem lies?
I found a different point is 2SCLTEXTDAU Class debug area % used = 99%
For a repeatable OutOfMemory condition showing Java heap space, enable verbose GC collection and provide the log.
--verbose:gc writes the logging to stderr
-Xverbosegclog writes the logging to a single or multiple files
The text was updated successfully, but these errors were encountered:
I have tried both ibm-semeru-runtimes and adoptopenjdk/openjdk11-openj9 related jdk11 images, and the same lag problem exists. However, there is a strange phenomenon that the customer site does not freeze at the beginning, but starts to freeze after a certain patch is installed, and the program continues to print out diagnostic information. There are dozens of environments deployed in openj9 (including our own environments). Only this environment has the problem of lag. The key is that the lag problem disappears after switching to Microsoft's jdk, so I wonder if it is because of the presence at the customer site. Some kind of detection and sniffing tool triggered the self-diagnosis of openj9 and caused the lag?
Java -version output
openjdk 11.0.24 2024-07-16
IBM Semeru Runtime Open Edition 11.0.24.0 (build 11.0.24+8)
Eclipse OpenJ9 VM 11.0.24.0 (build openj9-0.46.0, JRE 11 Linux amd64-64-Bit Compressed References 20240802_1158 (JIT enabled, AOT enabled)
OpenJ9 - 1a6f612
OMR - 840a9adba
JCL - ibmruntimes/openj9-openjdk-jdk11@30b62e6 based on jdk-11.0.24+8)
Summary of problem
The SpringBoot program frequently freezes, even the 404 interface with no logic will freeze for up to 6 seconds, and there are a large number of javacore.txt files inside the container. The strange thing is that when I changed to Microsoft's JDK image, the lagging problem disappeared. Could you please help me look at the javacore file to determine where the problem lies?
I found a different point is 2SCLTEXTDAU Class debug area % used = 99%
Diagnostic files
javacore.20241031.084313.1.0048.txt
OutOfMemoryError: Java Heap Space
For a repeatable OutOfMemory condition showing
Java heap space
, enable verbose GC collection and provide the log.-
-verbose:gc
writes the logging to stderrThe text was updated successfully, but these errors were encountered: