< prev index next >

src/jdk.dev/share/classes/jdk/tools/jimage/ExtractedImage.java

Print this page

        

*** 100,110 **** if (!Files.isDirectory(dirPath)) { throw new IOException("Not a directory"); } chop = dirPath.toString().length() + 1; this.moduleName = dirPath.getFileName().toString(); - System.out.println("Module name " + this.moduleName); this.dirPath = dirPath; } @Override public String moduleName() { --- 100,109 ----
< prev index next >