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
STDOUT:
Started recording 1. No limit specified, using maxsize=250MB as default.
Use jcmd 1204193 JFR.dump name=1 filename=FILEPATH to copy recording data to file.
Warning: 'NoSuchMethodError' on register of sun.hotspot.WhiteBox::NMTNewArena(J)J
Warning: 'NoSuchMethodError' on register of sun.hotspot.WhiteBox::NMTFreeArena(J)V
Warning: 'NoSuchMethodError' on register of sun.hotspot.WhiteBox::NMTArenaMalloc(JJ)V
WB error: failed to compile at level 1 method java.lang.Throwable::<clinit>
STDERR:
java.lang.RuntimeException: Unable to compile Throwable::<clinit> with C1
at jdk.jfr.event.runtime.TestThrowableInstrumentation.main(TestThrowableInstrumentation.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.lang.Thread.run(Thread.java:750)
Describe the bug
jdk/jfr/event/runtime/TestThrowableInstrumentation.java intermittently fail for "Unable to compile Throwable:: with C1"
To Reproduce
270.log
592.log
4396.log
extended.openjdk.log
probability of occurrence: 3/5000
Expected behavior
run pass everytime
Screenshots

Additional context
The text was updated successfully, but these errors were encountered: