On Mon, 4 Jul 2022 16:17:27 GMT, Ryan Ernst <d...@openjdk.org> wrote:

>> This is a followup to simplify Shutdown.exit after the removal of
>> finalizers (https://bugs.openjdk.org/browse/JDK-8198250). Once agreement
>> on the approach has been reached in this PR, a CSR will be filed to
>> propose the spec change to Runtime.exit.
>
> Ryan Ernst has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   iterate on wording

src/java.base/share/classes/java/lang/Runtime.java line 88:

> 86:      * <p> Shutdown is serialized such that only one invocation will run
> 87:      * shutdown hooks and terminate the VM with the given status code. 
> That
> 88:      * invocation may be initiated via platform specific signal handlers. 
> All

Why are we mentioning signal handlers here? How is that relevant?

-------------

PR: https://git.openjdk.org/jdk/pull/9351

Reply via email to