Searched refs:isJDK (Results 1 - 6 of 6) sorted by relevance

/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DJdepsWriter.java163 if (targetArchive.getModule().isJDK()) {
281 if (showProfile && targetArchive.getModule().isJDK()) {
326 if (!source.getModule().isJDK() && module.isJDK()){
H A DJdepsFilter.java172 return module.isJDK() && !module.isExported(pn);
H A DAnalyzer.java228 if (target.getModule().isJDK()) {
402 public boolean isJDK() { method in class:Analyzer.Jdk8Internals
H A DDepsAnalyzer.java394 } else if (!source.getModule().isJDK() && module.isJDK())
H A DModule.java111 public boolean isJDK() { method in class:Module
H A DModuleExportsAnalyzer.java80 module.isJDK() && !module.isExported(target)) {

Completed in 283 milliseconds