Integrated: 8290036: Define and specify Runtime shutdown sequence

Stuart Marks smarks at openjdk.org
Wed Oct 5 23:46:49 UTC 2022


On Fri, 8 Jul 2022 23:00:15 GMT, Stuart Marks <smarks at openjdk.org> wrote:

> The concept of the shutdown sequence needs to be specified more clearly. This PR adds text for this into the class specification of `java.lang.Runtime`. Also includes adjustments to related areas in `addShutdownHook`, `halt`, and in the `System` and `Thread` classes. The changes here should coordinate with similar changes to JLS 12.8, JVMS 5.7, and the Invocation API chapter of the _JNI Specification._

This pull request has now been integrated.

Changeset: d4142d84
Author:    Stuart Marks <smarks at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d4142d8441172fc54c9abf0a735c30b0ac8638c5
Stats:     194 lines in 3 files changed: 77 ins; 49 del; 68 mod

8290036: Define and specify Runtime shutdown sequence

Reviewed-by: dholmes, alanb

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

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


More information about the core-libs-dev mailing list