-
Bug
-
Resolution: Fixed
-
P2
-
11, 14
-
b08
-
x86_64
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8241352 | 13.0.3 | Patricio Chilano Mateo | P2 | Resolved | Fixed | b01 |
JDK-8238538 | 11.0.7 | Patricio Chilano Mateo | P2 | Resolved | Fixed | b03 |
The following test failed in the JDK14 CI:
runtime/Safepoint/TestAbortVMOnSafepointTimeout.java
Here's a snippet from the log file:
----------System.err:(21/1129)----------
stdout: [CompileCommand: compileonly TestAbortVMOnSafepointTimeout.test_loop
This message would occur after some time with result 715827882
];
stderr: []
exitValue = 0
java.lang.RuntimeException: 'Safepoint sync time longer than' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:293)
at TestAbortVMOnSafepointTimeout.testWith(TestAbortVMOnSafepointTimeout.java:82)
at TestAbortVMOnSafepointTimeout.main(TestAbortVMOnSafepointTimeout.java:46)
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:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:830)
runtime/Safepoint/TestAbortVMOnSafepointTimeout.java
Here's a snippet from the log file:
----------System.err:(21/1129)----------
stdout: [CompileCommand: compileonly TestAbortVMOnSafepointTimeout.test_loop
This message would occur after some time with result 715827882
];
stderr: []
exitValue = 0
java.lang.RuntimeException: 'Safepoint sync time longer than' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldMatch(OutputAnalyzer.java:293)
at TestAbortVMOnSafepointTimeout.testWith(TestAbortVMOnSafepointTimeout.java:82)
at TestAbortVMOnSafepointTimeout.main(TestAbortVMOnSafepointTimeout.java:46)
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:567)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:830)
- backported by
-
JDK-8238538 TestAbortVMOnSafepointTimeout.java failed due to "RuntimeException: 'Safepoint sync time longer than' missing from stdout/stderr"
-
- Resolved
-
-
JDK-8241352 TestAbortVMOnSafepointTimeout.java failed due to "RuntimeException: 'Safepoint sync time longer than' missing from stdout/stderr"
-
- Resolved
-
- relates to
-
JDK-8191890 Biased locking still uses the inferior stop the world safepoint for revocation
-
- Resolved
-
-
JDK-8181143 Introduce diagnostic flag to abort VM on too long VM operations
-
- Resolved
-
-
JDK-8219584 Try to dump error file by thread which causes safepoint timeout
-
- Resolved
-