< prev index next >

test/compiler/aot/cli/jaotc/CompileClassTest.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.jaotc.CompileClassTest * @run driver ClassFileInstaller compiler.aot.cli.jaotc.data.HelloWorldOne * @run driver compiler.aot.cli.jaotc.CompileClassTest * @summary check jaotc can compile class */ --- 24,33 ----
< prev index next >