hotspot/test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java
changeset 35148 5cfafc99d791
parent 34511 307de49e6b2a
child 35582 c32a0cc19877
--- a/hotspot/test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java	Wed Dec 23 21:09:50 2015 -0800
+++ b/hotspot/test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java	Wed Dec 23 20:19:42 2015 -1000
@@ -24,7 +24,7 @@
 /*
  * @test
  * @bug 8136421
- * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
+ * @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9" | os.simpleArch == "aarch64")
  * @library / /testlibrary
  * @compile ../common/CompilerToVMHelper.java
  * @build compiler.jvmci.common.JVMCIHelpers