Integrated: JDK-8274434: move os::get_default_process_handle and os::dll_lookup to os_posix for POSIX platforms

Matthias Baesken mbaesken at openjdk.java.net
Tue Oct 5 07:28:09 UTC 2021


On Tue, 28 Sep 2021 11:13:00 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Hello, please review this small change.
> The os::get_default_process_handle and os::dll_lookup functions are pretty similar across the POSIX platforms so they can be moved to os_posix.cpp.

This pull request has now been integrated.

Changeset: 8f7a37c9
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/8f7a37c92f5713f7728f54d4a5924484a535e968
Stats:     49 lines in 4 files changed: 15 ins; 34 del; 0 mod

8274434: move os::get_default_process_handle and os::dll_lookup to os_posix for POSIX platforms

Reviewed-by: dholmes, lucy

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

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


More information about the hotspot-runtime-dev mailing list