hotspot/test/compiler/jvmci/compilerToVM/ReadConfigurationTest.java
changeset 42607 acd91f1875d4
parent 40878 5d87104b10d5
child 43962 8d1c5fdcdf76
--- a/hotspot/test/compiler/jvmci/compilerToVM/ReadConfigurationTest.java	Tue Nov 29 00:25:09 2016 +0300
+++ b/hotspot/test/compiler/jvmci/compilerToVM/ReadConfigurationTest.java	Tue Nov 29 00:25:13 2016 +0300
@@ -24,7 +24,7 @@
 /*
  * @test
  * @bug 8136421
- * @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
+ * @requires vm.jvmci
  * @library / /test/lib
  * @library ../common/patches
  * @modules java.base/jdk.internal.misc