RFR: 8303485: Replacing os.name for operating system customization

Roger Riggs rriggs at openjdk.org
Thu Mar 9 20:37:12 UTC 2023


On Wed, 8 Mar 2023 23:23:38 GMT, Mandy Chung <mchung at openjdk.org> wrote:

> I wonder if `jdk.internal.platform` would be a better home for `OperatingSystem` class?

jdk.internal.platform seems to be focused on information about container environments such as Docker.

jdk.internal.misc already contains other classes that are shared out of java.base to other modules.

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

PR: https://git.openjdk.org/jdk/pull/12931


More information about the core-libs-dev mailing list