RFR: 8303485: Replacing os.name for operating system customization
Roger Riggs
rriggs at openjdk.org
Thu Mar 9 20:37:12 UTC 2023
The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.
----------------------------------------------------------------------
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 build-dev
mailing list