jdk/test/tools/jlink/CustomPluginTest.java
changeset 42670 d833113eb7d7
parent 42471 86b1da05a4b0
equal deleted inserted replaced
42669:0b8c4fd7cc85 42670:d833113eb7d7
   154                 .option("--disable-plugin")
   154                 .option("--disable-plugin")
   155                 .option("release-info")
   155                 .option("release-info")
   156                 .option("--rogue-filter")
   156                 .option("--rogue-filter")
   157                 .option("/foo/")
   157                 .option("/foo/")
   158                 .call()
   158                 .call()
   159                 .assertFailure("java.lang.module.ResolutionException");
   159                 .assertFailure("foo not found");
   160         }
   160         }
   161 
   161 
   162         {
   162         {
   163             // package exported by one module used as concealed package
   163             // package exported by one module used as concealed package
   164             // in another module. But, module-info.class is not updated!
   164             // in another module. But, module-info.class is not updated!