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

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Oct 13 14:35:26 UTC 2015


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