Home
last modified time | relevance | path

Searched refs:implName (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/jar/
DPack200.java733 String implName = "(unknown)"; in newInstance() local
738 implName = java.security.AccessController.doPrivileged( in newInstance()
740 if (implName != null && !implName.equals("")) in newInstance()
741 impl = Class.forName(implName); in newInstance()
752 throw new Error("Class not found: " + implName + in newInstance()
756 throw new Error("Could not instantiate: " + implName + in newInstance()
760 throw new Error("Cannot access class: " + implName + in newInstance()