RFR(XS) : 8139376 : [TESTBUG] ExecuteInstalledCodeTest should be run only on amd64 and sparcv9

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Oct 14 01:53:15 UTC 2015


Okay. I hope that will be fixed soon.

Thanks,
Vladimir

On 10/13/15 11:26 PM, Igor Ignatyev wrote:
> Hi Vladimir,
>
> 'os.arch != "aarch64"' is a workaround for a bug in jtreg[*].
>
> [*] https://bugs.openjdk.java.net/browse/CODETOOLS-7901514
>
> Igor
>
> On 10/13/2015 05:35 PM, Vladimir Kozlov wrote:
>> I don't think this is correct (we also have ppc):
>>
>>   & os.arch != "aarch64"
>>
>> why you need it? Why first condition is not enough:
>> (os.simpleArch == "x64" | os.simpleArch == "sparcv9")
>>
>> Thanks,
>> Vladimir
>>
>> On 10/13/15 9:30 PM, Igor Ignatyev wrote:
>>> http://cr.openjdk.java.net/~iignatyev/8139376/webrev.00/
>>>> 1 line changed: 1 ins; 0 del; 0 mod;
>>>
>>> Hi all,
>>>
>>> please review the small fix which adds '@requires' to exclude
>>> compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest from running on
>>> platforms which don't support JMVCI.
>>>
>>> webrev: http://cr.openjdk.java.net/~iignatyev/8139376/webrev.00/
>>> bug: https://bugs.openjdk.java.net/browse/JDK-8139376
>>>


More information about the hotspot-compiler-dev mailing list