RFR: 8315004: Runtime.halt() debug logging
Roger Riggs
rriggs at openjdk.org
Tue Oct 31 13:57:30 UTC 2023
On Fri, 25 Aug 2023 09:37:47 GMT, Masanori Yano <myano at openjdk.org> wrote:
> I want to add a log output similar to JDK-8301627 to Runtime.halt().
> To avoid double logging of Runtime.exit(), add a flag to indicate whether logging was done, and fix it so that logging is done only once.
> Could someone please review this fix?
As commented [above](https://github.com/openjdk/jdk/pull/15426#issuecomment-1703133971), this change should not be integrated.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15426#issuecomment-1787268727
More information about the core-libs-dev
mailing list