I have an off-topic question:
Will os.name be macOS for 10.12? I have several places checking "if
(!osname.contains("OS X"))", is there a helper method I can check for this in
the future no matter if it's running on pre- or post-10.12?
Thanks
Max
> On Jul 1, 2016, at 2:23 AM, Brent Christian <[email protected]>
> wrote:
>
> On 6/30/16 9:53 AM, Brent Christian wrote:
>>
>> When the minimum Mac build platform is SDK 10.10, we'll be able to call
>> operatingSystemVersion directly without using msgSend. We can also
>> consider removing this then.
>
> FYI:
> https://bugs.openjdk.java.net/browse/JDK-8160676
>
> -Brent