-
Bug
-
Resolution: Fixed
-
P3
-
12
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8252155 | 11.0.10-oracle | Jagjot Singh | P3 | Resolved | Fixed | b01 |
JDK-8252427 | 11.0.9 | Alex Menkov | P3 | Resolved | Fixed | b06 |
[jdb] main[1] bottom of loop
[jdb] Fatal error:
[jdb] Failed reading output of child java interpreter.
----------System.err:(18/1435)*----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
java.lang.RuntimeException: waitForMsg timed out after 60 seconds, looking for '[a-zA-Z0-9_-][a-zA-Z0-9_-]*\\[[1-9][0-9]*\\] [ >]*$', in 1 lines
at lib.jdb.Jdb.waitForMsg(Jdb.java:209)
at lib.jdb.Jdb.command(Jdb.java:235)
at BreakpointWithFullGC.runCases(BreakpointWithFullGC.java:91)
at lib.jdb.JdbTest.run(JdbTest.java:51)
at BreakpointWithFullGC.main(BreakpointWithFullGC.java:68)
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:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:834)
JavaTest Message: Test threw exception: java.lang.RuntimeException: waitForMsg timed out after 60 seconds, looking for '[a-zA-Z0-9_-][a-zA-Z0-9_-]*\\[[1-9][0-9]*\\] [ >]*$', in 1 lines
[jdb] Fatal error:
[jdb] Failed reading output of child java interpreter.
----------System.err:(18/1435)*----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
java.lang.RuntimeException: waitForMsg timed out after 60 seconds, looking for '[a-zA-Z0-9_-][a-zA-Z0-9_-]*\\[[1-9][0-9]*\\] [ >]*$', in 1 lines
at lib.jdb.Jdb.waitForMsg(Jdb.java:209)
at lib.jdb.Jdb.command(Jdb.java:235)
at BreakpointWithFullGC.runCases(BreakpointWithFullGC.java:91)
at lib.jdb.JdbTest.run(JdbTest.java:51)
at BreakpointWithFullGC.main(BreakpointWithFullGC.java:68)
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:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:834)
JavaTest Message: Test threw exception: java.lang.RuntimeException: waitForMsg timed out after 60 seconds, looking for '[a-zA-Z0-9_-][a-zA-Z0-9_-]*\\[[1-9][0-9]*\\] [ >]*$', in 1 lines
- backported by
-
JDK-8252155 com/sun/jdi/BreakpointWithFullGC.java fails with timeout
-
- Resolved
-
-
JDK-8252427 com/sun/jdi/BreakpointWithFullGC.java fails with timeout
-
- Resolved
-
- relates to
-
JDK-8209109 [TEST] rewrite com/sun/jdi shell tests to java version - step1
-
- Resolved
-