< prev index next >

test/compiler/aot/cli/jaotc/ClasspathOptionUnknownClassTest.java

Print this page
rev 13457 : 8186537: remove unnecessary @requires from hotspot/compiler/aot tests
Reviewed-by: duke

@@ -24,11 +24,10 @@
 /*
  * @test
  * @requires vm.aot
  * @library / /testlibrary/ /test/lib
  * @modules java.base/jdk.internal.misc
- * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64")
  * @compile data/HelloWorldOne.java
  * @run driver compiler.aot.cli.jaotc.ClasspathOptionUnknownClassTest
  * @summary check jaotc can't compile class not from classpath
  */
 
< prev index next >