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

Mandy Chung mandy.chung at oracle.com
Wed Apr 12 00:33:48 UTC 2017


> On Apr 11, 2017, at 6:45 AM, Peter Levart <peter.levart at gmail.com> wrote:
> 
> Hi Mandy,
> 
> On 04/03/2017 11:50 PM, Mandy Chung wrote:
>>            JDK 8               JDK 9
>>            -----               -----
>> OS_NAME    Linux               linux
>>            SunOS               solaris
>>            Darwin              macos
>>            Windows             windows
>> 
>> OS_ARCH    i386,x86            x86
>>            i586,amd64,x86_64   amd64
> 
> i586 (i.e. 32 bit Pentium) should map to x86, not amd64 !!!

Oops… a typo of course (should be removed).  “i586” is only used as bundle name. os.arch does not have “i586” value.

Mandy



More information about the jigsaw-dev mailing list