8139376: [TESTBUG] ExecuteInstalledCodeTest should be run only on amd64 and sparcv9
Reviewed-by: twisti, kvn
--- a/hotspot/test/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java Wed Oct 14 09:22:21 2015 -1000
+++ b/hotspot/test/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java Tue Oct 13 16:21:25 2015 +0300
@@ -20,6 +20,7 @@
/*
* @test
* @bug 8136421
+ * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
* @library /testlibrary /../../test/lib /
* @compile ../common/CompilerToVMHelper.java
* @build sun.hotspot.WhiteBox