RFR: JDK-8292351: tty should always live
David Holmes
dholmes at openjdk.org
Mon Aug 15 22:30:33 UTC 2022
On Mon, 15 Aug 2022 15:11:23 GMT, Johan Sjölén <duke at openjdk.org> wrote:
> The goal should be to replace tty with UL
UL has the same problems. UL is configured by argument parsing, so prior to that you can't log. And at some point UL is shutdown, and after that you can't log either.
There is no nice solution for the initialization problem. But for termination it should be possible to defer the tty/stream cleanup to an even later point (similarly for UL).
-------------
PR: https://git.openjdk.org/jdk/pull/9874
More information about the hotspot-dev
mailing list