< prev index next >

test/compiler/aot/cli/MultipleAOTLibraryTest.java

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

*** 24,34 **** /* * @test * @requires vm.aot * @library /test/lib /testlibrary / * @modules java.base/jdk.internal.misc - * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64") * @build compiler.aot.cli.MultipleAOTLibraryTest * compiler.aot.AotCompiler * @run driver compiler.aot.AotCompiler * -libname libMultipleAOTLibraryTest1.so * -class compiler.aot.HelloWorldPrinter --- 24,33 ----
< prev index next >