test/jdk/tools/launcher/modules/listmods/ListModsTest.java
changeset 48397 ead47ddf5844
parent 47216 71c04702a3d5
child 51675 b487c1e914d0
equal deleted inserted replaced
48396:3c9975e46464 48397:ead47ddf5844
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
       
    26  * @requires !vm.graal.enabled
    26  * @library /lib/testlibrary /test/lib
    27  * @library /lib/testlibrary /test/lib
    27  * @modules java.se
    28  * @modules java.se
    28  * @build ListModsTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.*
    29  * @build ListModsTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.*
    29  * @run testng ListModsTest
    30  * @run testng ListModsTest
    30  * @summary Basic test for java --list-modules
    31  * @summary Basic test for java --list-modules