The following tests failed in the JDK15 CI and generated an
hs_err_pid file for the out of memory condition like this:
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 643632 bytes for Chunk::new
serviceability/sa/TestDefaultMethods.java
serviceability/sa/TestClhsdbJstackLock.java
serviceability/sa/TestClassDump.java
serviceability/sa/ClhsdbPrintAll.java
serviceability/sa/ClhsdbJstackXcompStress.java
Two additional tests failed with other memory related
failure modes:
serviceability/sa/TestInstanceKlassSize.java
serviceability/sa/TestHeapDumpForInvokeDynamic.java
TestInstanceKlassSize.java:
LingeredApp failed to start: java.io.IOException: App exited unexpectedly with -1073741502
TestHeapDumpForInvokeDynamic.java:
java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
A similar set of failures was addressed byJDK-8227645.
hs_err_pid file for the out of memory condition like this:
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 643632 bytes for Chunk::new
serviceability/sa/TestDefaultMethods.java
serviceability/sa/TestClhsdbJstackLock.java
serviceability/sa/TestClassDump.java
serviceability/sa/ClhsdbPrintAll.java
serviceability/sa/ClhsdbJstackXcompStress.java
Two additional tests failed with other memory related
failure modes:
serviceability/sa/TestInstanceKlassSize.java
serviceability/sa/TestHeapDumpForInvokeDynamic.java
TestInstanceKlassSize.java:
LingeredApp failed to start: java.io.IOException: App exited unexpectedly with -1073741502
TestHeapDumpForInvokeDynamic.java:
java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
A similar set of failures was addressed by
- relates to
-
JDK-8242009 Review setting test.java/vm.opts in jcmd/jhsdb and debugger in serviceability tests
-
- Resolved
-
- links to