RFR: 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
Fri Oct 1 05:26:27 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.

HI David and Lutz, thanks for the additional information.

>With respect to the Apple special casing I have requested an opinion from knowledgeable people.

 Let's see what the "knowledgeable people" have to say .
Best regards, Matthias

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

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


More information about the hotspot-runtime-dev mailing list