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
4 tests consistently fail on JDK23 windows aarch64, for the January 2025 release and the previous release:
hotspot_runtime
runtime/memory/ReserveMemory.java
18:05:10 [2025-01-27T18:05:06.922253600Z] Waiting for completion for process 55212
18:05:10 [2025-01-27T18:05:09.484735500Z] Waiting for completion finished for process 55212
18:05:10 STDERR:
18:05:10 stdout: [];
18:05:10 stderr: []
18:05:10 exitValue = -1073741819
18:05:10
18:05:10 java.lang.RuntimeException: 'EXCEPTION_ACCESS_VIOLATION' missing from stdout/stderr
18:05:10 at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:252)
18:05:10 at ReserveMemory.main(ReserveMemory.java:63)
18:05:10 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.i
runtime/cds/appcds/TestDumpClassListSource.java
18:19:25 [2025-01-23T18:19:24.925370700Z] Waiting for completion for process 14288
18:19:25 [2025-01-23T18:19:24.925370700Z] Waiting for completion finished for process 14288
18:19:25 STDERR:
18:19:25 java.lang.RuntimeException: Archive file test-dynamic.jsa should be created
18:19:25 at TestDumpClassListSource.checkFileExistence(TestDumpClassListSource.java:89)
18:19:25 at TestDumpClassListSource.main(TestDumpClassListSource.java:119)
4 tests consistently fail on JDK23 windows aarch64, for the January 2025 release and the previous release:
hotspot_runtime
runtime/memory/ReserveMemory.java
runtime/cds/appcds/TestDumpClassListSource.java
runtime/cds/appcds/TransformInterfaceOfLambda.java
hotspot_serviceability
serviceability/jvmti/RedefineClasses/RedefineLeakThrowable.java
The last 2 failures also fail on x64 mac #5899 (comment) and #5645 (comment), should also be excluded
The text was updated successfully, but these errors were encountered: