-
Bug
-
Resolution: Fixed
-
P4
-
11.0.21-oracle, 16, 17
-
b06
-
x86_64
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8312076 | 11.0.22-oracle | Joe Cherian | P4 | Resolved | Fixed | b01 |
JDK-8318120 | 11.0.22 | Andrew Lu | P4 | Resolved | Fixed | b01 |
com/sun/jdi/JdbOptions.java
Here's a snippet from the log file:
run JbdOptionsTarg boo
Set uncaught java.lang.Throwable
Set deferred uncaught java.lang.Throwable
>
VM Started: JbdOptionsTarg: OK
arg >-Dboo=foo 2<
arg >-Xdebug<
arg >-Xrunjdwp:transport=dt_socket,address=localhost:58621,suspend=y<
Fatal error:
Failed reading output of child java interpreter.
The application exited
]
exitValue = -1
java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
at jdk.test.lib.process.OutputAnalyzer.shouldContain(OutputAnalyzer.java:206)
at JdbOptions$TestResult.expectedProp(JdbOptions.java:140)
at JdbOptions.main(JdbOptions.java:88)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
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.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:831)
JavaTest Message: Test threw exception: java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr
----------rerun:(49/6780)*----------
- backported by
-
JDK-8312076 com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr"
-
- Resolved
-
-
JDK-8318120 com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr"
-
- Resolved
-
- relates to
-
JDK-8260431 com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/c780db75
-
Commit openjdk/jdk/d63388c0
-
Review openjdk/jdk11u-dev/2175
-
Review openjdk/jdk/2067