aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Test8009761 fails on JDK 8 Windows 32-bit with Test8009761.m3(boolean,boolean) not compiled

Open jiekang opened this issue 1 year ago • 2 comments

Seen during 2024 October CPU (https://github.com/adoptium/aqa-tests/issues/5692)

Test8009761 is failing on JDK 8 Windows 32-bit with logs:

[2024-10-17T12:39:14.876Z] STDOUT:
[2024-10-17T12:39:14.876Z] CompilerOracle: exclude Test8009761.m2
[2024-10-17T12:39:14.876Z] WB error: invalid compilation level 4
[2024-10-17T12:39:14.876Z] STDERR:
[2024-10-17T12:39:14.876Z] java.lang.RuntimeException: static java.lang.Object Test8009761.m3(boolean,boolean) not compiled
[2024-10-17T12:39:14.876Z] 	at Test8009761.main(Test8009761.java:263)
[2024-10-17T12:39:14.876Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2024-10-17T12:39:14.876Z] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2024-10-17T12:39:14.876Z] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2024-10-17T12:39:14.876Z] 	at java.lang.reflect.Method.invoke(Method.java:498)
[2024-10-17T12:39:14.876Z] 	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
[2024-10-17T12:39:14.876Z] 	at java.lang.Thread.run(Thread.java:750)

jiekang avatar Oct 17 '24 21:10 jiekang