Review Request JDK-8175819: OS name and arch in JMOD files should match the values as in the bundle name

mark.reinhold at oracle.com mark.reinhold at oracle.com
Mon Apr 3 23:10:00 UTC 2017


2017/4/3 14:50:52 -0700, mandy.chung at oracle.com:
>> On Apr 3, 2017, at 2:39 PM, mark.reinhold at oracle.com wrote:
>> 2017/4/3 13:35:30 -0700, simon at cjnash.com:
>>> ...
>>> 
>>> I am not sure why we would change to osx for Mac when the Mac developers
>>> have recently dropped the Mac OS X terminology and changed it to macOS.
>> 
>> Agreed -- we should change OS_NAME from "Darwin" to "macos”.
> 
> OK.  Should the bundle names be updated to reflect this change?

Probably not worth doing at this late stage in 9; let's fix these in 10.

> In any case, it is a separate issue.

Yep.

>            JDK 8               JDK 9
>            -----               -----
> OS_NAME    Linux               linux
>            SunOS               solaris
>            Darwin              macos
>            Windows             windows
> 
> OS_ARCH    i386,x86            x86
>            i586,amd64,x86_64   amd64
>            sparcv9             sparcv9
>            arm                 arm32
>            aarch64             arm64

Looks good.

Thanks,
- Mark



More information about the build-dev mailing list