dragonwell8
dragonwell8 copied to clipboard
jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java随机失败
STDERR:
java.lang.RuntimeException: After should have same gcId as last Before event: expected 2 to equal 3
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:205)
at jdk.jfr.event.gc.heapsummary.HeapSummaryEventAllGcs.checkGcId(HeapSummaryEventAllGcs.java:123)
at jdk.jfr.event.gc.heapsummary.HeapSummaryEventAllGcs.test(HeapSummaryEventAllGcs.java:74)
at jdk.jfr.event.gc.heapsummary.TestHeapSummaryEventG1.main(TestHeapSummaryEventG1.java:39)
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:855)
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/145628?tab=1
容器环境内连续5次均复现:
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/161670
容器环境内连续5次使用最上游Temurin均复现