-
Bug
-
Resolution: Fixed
-
P3
-
15
-
b31
-
x86_64
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248991 | 16 | Markus Grönlund | P3 | Resolved | Fixed | b05 |
JDK-8250146 | 15.0.2 | Markus Grönlund | P3 | Resolved | Fixed | b01 |
JDK-8250445 | 15.0.1 | Markus Grönlund | P3 | Resolved | Fixed | b03 |
The following test failed in the JDK15 CI:
jdk/jfr/event/runtime/TestThreadStartEndEvents.java
Here's a snippet from the log file:
----------System.err:(17/1148)----------
java.lang.RuntimeException: Wrong thread id: expected 29 to equal 28
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at jdk.test.lib.jfr.Events.assertThread(Events.java:238)
at jdk.test.lib.jfr.Events.assertEventThread(Events.java:186)
at jdk.jfr.event.runtime.TestThreadStartEndEvents.main(TestThreadStartEndEvents.java:79)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Wrong thread id: expected 29 to equal 28
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Wrong thread id: expected 29 to equal 28
----------rerun:(43/5112)*----------
jdk/jfr/event/runtime/TestThreadStartEndEvents.java
Here's a snippet from the log file:
----------System.err:(17/1148)----------
java.lang.RuntimeException: Wrong thread id: expected 29 to equal 28
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at jdk.test.lib.jfr.Events.assertThread(Events.java:238)
at jdk.test.lib.jfr.Events.assertEventThread(Events.java:186)
at jdk.jfr.event.runtime.TestThreadStartEndEvents.main(TestThreadStartEndEvents.java:79)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Wrong thread id: expected 29 to equal 28
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Wrong thread id: expected 29 to equal 28
----------rerun:(43/5112)*----------
- backported by
-
JDK-8248991 JFR TestThreadStartEndEvents.java failed due to "RuntimeException: Wrong thread id"
-
- Resolved
-
-
JDK-8250146 JFR TestThreadStartEndEvents.java failed due to "RuntimeException: Wrong thread id"
-
- Resolved
-
-
JDK-8250445 JFR TestThreadStartEndEvents.java failed due to "RuntimeException: Wrong thread id"
-
- Resolved
-