On Wed, 5 Apr 2023 14:32:03 GMT, Roger Riggs wrote:
>> With the addition of `jdk.internal.util.OperatingSystem` references to the
>> system property `os.name` can be replaced.
>> This PR exports jdk.internal.util to:
>> - java.prefs,
>> - java.security.jgss,
>> - java.smartcardio,
>> - jdk.c
On Wed, 5 Apr 2023 14:18:54 GMT, Roger Riggs wrote:
> Created [JDK-8305662](https://bugs.openjdk.org/browse/JDK-8305662) to track
> refactoring.
> Will revert.
Thanks, you can revert the qualified export in module-info and the additional
grant in default.policy too.
The interesting thing abou
> With the addition of `jdk.internal.util.OperatingSystem` references to the
> system property `os.name` can be replaced.
> This PR exports jdk.internal.util to:
> - java.prefs,
> - java.security.jgss,
> - java.smartcardio,
> - jdk.charsets,
> - jdk.net,
> - jdk.zipfs
Roger Riggs has update