The JDK-8301627 adds debug logging to System.exit() and Runtime.exit(), but not to Runtime.halt().
Runtime.halt() is also a supported API and the Java runtime terminates immediately, so similar logging should be added.
Runtime.halt() is also a supported API and the Java runtime terminates immediately, so similar logging should be added.
- links to
-
Review openjdk/jdk/15426