MCPcopy Create free account
hub / github.com/chaoyangnz/gava / findSystemClass

Method findSystemClass

example/src/java/lang/ClassLoader.java:975–989  ·  view source on GitHub ↗

Finds a class with the specified binary name , loading it if necessary. This method loads the class through the system class loader (see #getSystemClassLoader()). The Class object returned might have more than one ClassLoader associated with it. Sub

(String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

getSystemClassLoaderMethod · 0.95
checkNameMethod · 0.95
findBootstrapClassMethod · 0.95
loadClassMethod · 0.95

Tested by

no test coverage detected