< prev index next >

test/compiler/aot/cli/DisabledAOTWithLibraryTest.java

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

*** 23,33 **** /* * @test * @requires vm.aot * @library /test/lib /testlibrary / - * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64") * @build compiler.aot.cli.DisabledAOTWithLibraryTest * compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler -libname libDisabledAOTWithLibraryTest.so * -class compiler.aot.HelloWorldPrinter * -compile compiler.aot.HelloWorldPrinter.print()V --- 23,32 ----
< prev index next >