< prev index next >

hotspot/test/compiler/aot/cli/NonExistingAOTLibraryTest.java

Print this page

        

*** 21,31 **** * questions. */ /* * @test ! * @key aot * @library /test/lib /testlibrary / * @modules java.base/jdk.internal.misc * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64") * @run driver compiler.aot.cli.NonExistingAOTLibraryTest * @summary check if non-existing aot library is handled properly --- 21,31 ---- * questions. */ /* * @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") * @run driver compiler.aot.cli.NonExistingAOTLibraryTest * @summary check if non-existing aot library is handled properly
< prev index next >