hotspot/test/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
changeset 33182 5dd8cb6f5431
parent 33160 c59f1676d27e
child 33730 30e064828045
child 33632 038347770a9e
--- 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