mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8301627: System.exit and Runtime.exit debug logging
Reviewed-by: alanb, chegar
This commit is contained in:
parent
db483a38a8
commit
10b4cc9eb4
6 changed files with 160 additions and 0 deletions
|
@ -1902,6 +1902,9 @@ public final class System {
|
|||
* Runtime.getRuntime().exit(n)
|
||||
* </pre></blockquote>
|
||||
*
|
||||
* @implNote
|
||||
* The initiation of the shutdown sequence is logged by {@link Runtime#exit(int)}.
|
||||
*
|
||||
* @param status exit status.
|
||||
* @throws SecurityException
|
||||
* if a security manager exists and its {@code checkExit} method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue