-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenJDK java/lang/StrictMath/ExhaustingTests OutOfMemoryError: Java heap space #18034
Comments
@dmitripivkine can you pls look and see what's keeping the heap full. |
There is no system core unfortunately, snap traces and javacore only. I will take a look but not sure is there something useful. |
There is excessive GC case:
|
Taking this item to GC queue. We need to double check Excessive GC condition for Balanced. In one hand there is very little memory can be released by PGC (Copy Forward) but from another hand there is no attempt to perform GMP. |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_OMR_testList_0/27 |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Release_testList_0/21 - ub20-390-6 |
This failure might be the same as #19831.
There is no system core preserved, trying to find details from javacore/snap traces. |
There will never be a system core as the tests run with |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Nightly_testList_0/42
java/lang/StrictMath/ExhaustingTests.java
https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk21_j9_sanity.openjdk_s390x_linux_Nightly_testList_0/42/openjdk_test_output.tar.gz
Perhaps related to #17910
The text was updated successfully, but these errors were encountered: