RFR: 8301627: System.exit and Runtime.exit debug logging [v5]
Roger Riggs
rriggs at openjdk.org
Thu Feb 16 21:53:00 UTC 2023
> It can be difficult to find the cause of calls to `java.lang.System.exit(status)` and `Runtime.exit(status)` because the Java runtime exits.
> The status value and stack trace are logged using the System Logger named `java.lang.Runtime` with message level `System.Logger.Level.DEBUG`.
Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
Improve implNote for Runtime.exit() with review suggestions.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12517/files
- new: https://git.openjdk.org/jdk/pull/12517/files/60123543..a31645c1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12517&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12517&range=03-04
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/12517.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12517/head:pull/12517
PR: https://git.openjdk.org/jdk/pull/12517
More information about the core-libs-dev
mailing list