[jdk16u] Integrated: 8263564: Consolidate POSIX code for runtime exit support: os::shutdown, os::abort and os::die

Harold Seigel hseigel at openjdk.java.net
Wed Mar 31 12:29:26 UTC 2021


On Tue, 30 Mar 2021 17:17:15 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this backport of JDK-8263564 to JDK-16u.  The original bug fix patch applied cleanly except for files os_linux.cpp and os_posix.cpp. But, the resulting hand merge resulted in code very similar to the original fix. After applying the patch to a JDK-16u repo and modifying the appropriate os_<..>.cpp files, the fix was regression tested by running Mach5 tiers 1 and 2 on Linux, Windows, and Mac OS, and running tiers 3-5 on Linux x64.

This pull request has now been integrated.

Changeset: e99595bb
Author:    Harold Seigel <hseigel at openjdk.org>
URL:       https://git.openjdk.java.net/jdk16u/commit/e99595bb
Stats:     210 lines in 4 files changed: 56 ins; 152 del; 2 mod

8263564: Consolidate POSIX code for runtime exit support: os::shutdown, os::abort and os::die

Reviewed-by: dholmes
Backport-of: 554dd29fb67b9a25ad161920b57e238c06024938

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

PR: https://git.openjdk.java.net/jdk16u/pull/97


More information about the jdk-updates-dev mailing list