< prev index next >

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

Print this page

        

*** 21,31 **** * questions. */ /* * @test ! * @key 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 --- 21,31 ---- * questions. */ /* * @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
< prev index next >