hotspot/test/compiler/aot/cli/NonExistingAOTLibraryTest.java
changeset 46743 4d9e00487c62
parent 46725 537540cbebb3
child 46942 de1adae7cbc3
equal deleted inserted replaced
46729:c62d2e8b2728 46743:4d9e00487c62
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @key aot
    26  * @requires vm.aot
    27  * @library /test/lib /testlibrary /
    27  * @library /test/lib /testlibrary /
    28  * @modules java.base/jdk.internal.misc
    28  * @modules java.base/jdk.internal.misc
    29  * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64")
    29  * @requires vm.bits == "64" & (os.arch == "amd64" | os.arch == "x86_64")
    30  * @run driver compiler.aot.cli.NonExistingAOTLibraryTest
    30  * @run driver compiler.aot.cli.NonExistingAOTLibraryTest
    31  * @summary check if non-existing aot library is handled properly
    31  * @summary check if non-existing aot library is handled properly