RFR (S): 8024492 [TESTBUG] Test library class Platform.java needs to include methds for missing OS's and architectures

David Holmes david.holmes at oracle.com
Wed Sep 18 21:38:20 PDT 2013


On 18/09/2013 7:00 AM, Christian Tornqvist wrote:
> Hi David,
>
> Do you know what the os.arch values are for ppc64 and arm64 and os.name for
> AIX?

For aix/ppc64 AFAICS in

http://hg.openjdk.java.net/ppc-aix-port/stage/file/584dc2e95e04/common/autoconf/platform.m4

it looks like ppc64 and aix. But I'm cc'ing Goetz to confirm that.

For arm64 I would expect arm64 but I don't know how to confirm that.

David

>
> Thanks,
> Christian
>
> -----Original Message-----
> From: David Holmes [mailto:david.holmes at oracle.com]
> Sent: Wednesday, September 11, 2013 11:15 PM
> To: Christian Tornqvist
> Cc: hotspot-runtime-dev at openjdk.java.net
> Subject: Re: RFR (S): 8024492 [TESTBUG] Test library class Platform.java
> needs to include methds for missing OS's and architectures
>
> You might as well add ppc64, arm64 and AIX while you are there. At least
> then we won't have to update this again for quite a while.
>
> David.
>
> On 12/09/2013 5:25 AM, Christian Tornqvist wrote:
>> Hi,
>>
>>
>> This is a small change to add is<arch>() methods in the Platform class
>> for our supported platforms. I've checked the os.arch value on all of
>> them and made the change based on that.
>>
>> Webrev:
>>
>> http://cr.openjdk.java.net/~ctornqvi/webrev/8024492/webrev.00/
>>
>> Bug:
>>
>> http://bugs.sun.com/view_bug.do?bug_id=8024492
>>
>> Thanks,
>>
>> Christian
>>
>


More information about the hotspot-runtime-dev mailing list