Details
-
Sub-task
-
Resolution: Fixed
-
P4
-
11
-
b20
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206801 | 12 | Brian Burkhalter | P4 | Resolved | Fixed | team |
JDK-8206578 | 11.0.1 | Brian Burkhalter | P4 | Resolved | Fixed | b01 |
Description
Apparently if a test times out in the jtreg harness it is less likely that anything written to System.err or System.out will be trapped and written to the .jtr file produced. If the test is made "noisier" and the outputs to the standard streams are flushed then, it should improve the odds of trapping this output which may help in diagnosing whether the test is timing out because it is hung or only because it is very slow.
Attachments
Issue Links
- backported by
-
JDK-8206578 Make java/nio/channels/Selector/RacyDeregister.java noisier and flush after prints
- Resolved
-
JDK-8206801 Make java/nio/channels/Selector/RacyDeregister.java noisier and flush after prints
- Resolved
- links to