8139376: [TESTBUG] ExecuteInstalledCodeTest should be run only on amd64 and sparcv9
authoriignatyev
Tue, 13 Oct 2015 16:21:25 +0300
changeset 33182 5dd8cb6f5431
parent 33178 f77a432b90f6
child 33183 1ee801e82dda
8139376: [TESTBUG] ExecuteInstalledCodeTest should be run only on amd64 and sparcv9 Reviewed-by: twisti, kvn
hotspot/test/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
--- 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