RFR: 8290036: Define and specify Runtime shutdown sequence [v6]
Stuart Marks
smarks at openjdk.org
Thu Aug 11 04:00:39 UTC 2022
> 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._
Stuart Marks has updated the pull request incrementally with one additional commit since the last revision:
Revise Implementation Note discussing JNI Invocation API.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9437/files
- new: https://git.openjdk.org/jdk/pull/9437/files/c8b331f1..783b3b59
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9437&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9437&range=04-05
Stats: 13 lines in 1 file changed: 5 ins; 0 del; 8 mod
Patch: https://git.openjdk.org/jdk/pull/9437.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9437/head:pull/9437
PR: https://git.openjdk.org/jdk/pull/9437
More information about the core-libs-dev
mailing list