langtools/test/tools/javac/modules/MissingJarInModulePathTest.java
changeset 40308 274367a99f98
parent 38536 42569f7fe4e6
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8154824
    26  * @bug 8154824
    27  * @summary Compiler should handle java.nio.file.FileSystemNotFoundException gracefully and not abort
    27  * @summary Compiler should handle java.nio.file.FileSystemNotFoundException gracefully and not abort
    28  * @compile/fail/ref=MissingJarInModulePathTest.out -XDrawDiagnostics -Xlint:path -Werror -modulepath missing.jar MissingJarInModulePathTest.java
    28  * @compile/fail/ref=MissingJarInModulePathTest.out -XDrawDiagnostics -Xlint:path -Werror --module-path missing.jar MissingJarInModulePathTest.java
    29  */
    29  */
    30 
    30 
    31 class MissingJarInModulePathTest {}
    31 class MissingJarInModulePathTest {}