-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
jdk_jdi_jdk8 fails because of TestClassLoaderLeak.java failed when GC cycles are not happening #3572
Comments
Test passed in adoptium recent release build with temurin https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_extended.openjdk_x86-64_linux_testList_1/37/testReport/jdk_jfr_event_oldobject_TestClassLoaderLeak/java/. @ChangLu0607 are you using the recent jdk8 release branch? |
Test did fail in recent run in adoptium with bisheng jdk. |
@sophia-guo I believe that you are looking at an other failed test case. BiSheng JDK also pass this test case in adoptium. So I believe it may be a environment setting problem that makes the test case failed intermittently. And according to the modification from adopt openjdk community can make the test case more relible
|
Yes, I was looking at the other failed test case for another issue. The test passed in adoptium bisheng build. https://ci.adoptopenjdk.net/job/Test_openjdk8_bisheng_extended.openjdk_x86-64_linux_testList_1/28/testReport/jdk_jfr_event_oldobject_TestClassLoaderLeak/java/ |
I think it's a testcae bug for this fail. Should we disable this testcase by add this testcase to openjdk/excludes/ProblemList_openjdk8.txt ? |
Describe the bug
TestClassLoaderLeak.java faild with JDK8 hotspot
To Reproduce
make _jdk_jdi_jdk8_0
Expected behavior
all test cases pass
Screenshots
Additional context
realated issue in latest version of openJDK: https://bugs.openjdk.java.net/browse/JDK-8274563
openjdk/jdk@47bfc8a
locally verified this patch solved this failure
The text was updated successfully, but these errors were encountered: