Searched refs:modName (Results 1 - 9 of 9) sorted by relevance

/openjdk9/hotspot/test/serviceability/jdwp/
H A DAllModulesCommandTest.java62 public void onDebuggeeModuleInfo(String modName) { argument
64 javaModuleNames.add(modName);
93 String modName = getModuleName(modId);
94 System.out.println("i=" + i + ", modId=" + modId + ", modName=" + modName);
95 if (modName != null) { // JDWP reports unnamed modules, ignore them
96 jdwpModuleNames.add(modName);
99 assertClassLoader(modId, modName);
135 private void assertClassLoader(long modId, String modName) throws IOException { argument
140 assertTrue(moduleClassLoader >= 0, "bad classloader refId " + moduleClassLoader + " for module '" + modName
[all...]
H A DDebuggeeLauncher.java41 * @param modName module name reported by the debuggee
43 void onDebuggeeModuleInfo(String modName); argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLType.java94 String modName = makeConcatenatedName( '/', true ) ;
106 if (modName.length() == 0)
109 return "IDL:" + modName + '/' + excName + ":1.0" ;
/openjdk9/jdk/test/tools/jlink/basic/
H A DBasicTest.java124 private void runJlink(Path image, String modName, String... options) { argument
128 "--add-modules", modName,
139 private void runJmod(String cp, String modName, boolean main) { argument
147 jmods.resolve(modName + ".jmod").toString()
154 jmods.resolve(modName + ".jmod").toString(),
/openjdk9/jdk/test/tools/jlink/plugins/SystemModuleDescriptors/src/m1/p1/
H A DMain.java111 static void checkModuleTargetAttribute(InputStream in, String modName) throws IOException { argument
113 throw new RuntimeException("ModuleTarget present for " + modName);
/openjdk9/jdk/test/tools/jlink/plugins/SystemModuleDescriptors/src/m4/p4/
H A DMain.java69 private static boolean hasModuleTarget(String modName) throws IOException { argument
72 Path path = fs.getPath("/", "modules", modName, "module-info.class");
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/jimage/
H A DImageReader.java403 String modName = getBaseExt(loc);
404 Node targetNode = findNode("/modules/" + modName);
408 Node linkNode = newLinkNode(pkgDir, pkgDir.getName() + "/" + modName, targetNode);
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DLocations.java1530 map.forEach((modName, modPath) -> {
1533 String locnName = location.getName() + "[" + modName + "]";
1534 ModuleLocationHandler l = new ModuleLocationHandler(this, locnName, modName,
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java683 Name modName = names.fromString(name.substring(0, sep));
685 msym = moduleFinder.findModule(modName);

Completed in 97 milliseconds