-
Bug
-
Resolution: Fixed
-
P4
-
17
-
b10
-
x86_64
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8318002 | 11.0.22-oracle | Adithya Haradi Gopal | P4 | Resolved | Fixed | b03 |
JDK-8318121 | 11.0.22 | Andrew Lu | P4 | Resolved | Fixed | b01 |
com/sun/jdi/JdbOptions.java
Here's a snippet from the log file:
The application exited
]
exitValue = -1
java.lang.RuntimeException: 'prop[boo] = >foo<' 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:93)
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:566)
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<' missing from stdout/stderr
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr
----------rerun:(39/6323)*----------
This failure mode is very similar to:
but the fix for that bug was integrated on 2021.01.15.
- backported by
-
JDK-8318002 com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"
-
- Resolved
-
-
JDK-8318121 com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"
-
- Resolved
-
- relates to
-
JDK-8259266 com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo 2<' missing from stdout/stderr"
-
- Resolved
-
- links to
-
Commit openjdk/jdk11u-dev/c780db75
-
Commit openjdk/jdk/60a2072a
-
Review openjdk/jdk11u-dev/2175
-
Review openjdk/jdk/2322