Integrated: JDK-8273815: move have_special_privileges to os_posix for POSIX platforms

Matthias Baesken mbaesken at openjdk.java.net
Mon Sep 20 08:33:56 UTC 2021


On Thu, 16 Sep 2021 07:20:39 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> We have identical have_special_privileges() for Linux/AIX/BSD so the function is a good candidate to be moved to os_posix.
> 
> Thanks, Matthias

This pull request has now been integrated.

Changeset: dc7f452a
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/dc7f452acbe3afa5aa6e31d316bd5e669c86d6f6
Stats:     45 lines in 4 files changed: 6 ins; 39 del; 0 mod

8273815: move have_special_privileges to os_posix for POSIX platforms

Reviewed-by: mdoerr, stuefe, dholmes

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

PR: https://git.openjdk.java.net/jdk/pull/5540


More information about the hotspot-runtime-dev mailing list