System.out versus stdout output order
Martin Buchholz
martinrb at google.com
Fri Jul 6 14:55:29 UTC 2018
On Fri, Jul 6, 2018 at 6:44 AM, Roger Riggs <Roger.Riggs at oracle.com> wrote:
> Hi David,
>
> stdout and system.out are buffered, so you might need to look at when/if
> flush is called.
>
More to the point, they use independent buffers.
See also Java Puzzler 81 Charred Beyond Recognition
https://books.google.com/books?id=RM9sLE0ntQ0C&pg=RA1-PT231&dq=Java+Puzzler+81+Charred+Beyond+Recognition&hl=en&sa=X&ved=0ahUKEwiboLSw3YrcAhXIslQKHZeVDtcQ6AEIKTAA#v=onepage&q=Java%20Puzzler%2081%20Charred%20Beyond%20Recognition&f=false
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/jtreg-use/attachments/20180706/77b0d98e/attachment.html>
More information about the jtreg-use
mailing list