-
-
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_jfr tests fail on jdk17 windows32 #3277
Comments
Failures are not machine related. Tests passed with earlier releases Both test cases haven't been updated since last release. |
Running same test case (jdk/jfr/event/compiler/TestCompilerInlining) against azul win32 build https://cdn.azul.com/zulu/bin/zulu17.32.13-ca-jdk17.0.2-win_i686.zip in https://ci.adoptopenjdk.net/job/Grinder/3342/ indicates a passing run. Given this passed last release and therefore is a regression for this release, we will need to understand why this is now consistently failing. |
The hs_err for TestCodeCacheFull has:
This is a failure in the WhiteBox, but may be caused by an issue in the VM. For TestCompilerInlining, it is failing at level 2 of inlining:
This one is a bit strange in that the test checks what levels are available before trying them, so there's something strange with WhiteBox and/or the VM again. All the other JFR tests I've analyzed have been issues when running through WhiteBox code paths. The stdout for the passing Grinder run for this test on the old release that Sophia linked (https://ci.adoptopenjdk.net/job/Grinder/3311/) suggests only level 1 is being tested, which is passing for both the old and new release. Same for the Azul grinder that Shelley linked (https://ci.adoptopenjdk.net/job/Grinder/3342/), there's only stdout for level 1. So something is up with the new Temurin builds/configs around WhiteBox or VM flags for it to also be testing level 2, and failing. |
@jiekang @smlambert JFR (and Vector) tests failed in a re-build of 17.0.1 at https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_x86-32_windows_testList_1/29/console Artifacts at https://ci.adoptopenjdk.net/job/build-scripts/job/openjdk17-pipeline/297/artifact/target/windows/x86-32/hotspot/ |
At this point I'd like to compare the configure output and build log output between a failed and successful release. |
Not in recent rerun #4352 (comment), close it. |
jdk/jfr/event/compiler/TestCodeCacheFull.java.TestCodeCacheFull
jdk/jfr/event/compiler/TestCompilerInlining.java.TestCompilerInlining
jdk/jfr/event/compiler/TestCompilerPhase.java.TestCompilerPhase #3045
https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_x86-32_windows_testList_1/26/#showFailuresLink
jdk/jfr/event/compiler/TestCodeCacheFull.java.TestCodeCacheFull tests also failed on mac with different information #3042
jdk/jfr/event/compiler/TestCompilerInlining.java
The text was updated successfully, but these errors were encountered: