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

Method loadClass

example/src/java/lang/ClassLoader.java:340–342  ·  view source on GitHub ↗

Loads the class with the specified binary name . This method searches for classes in the same manner as the #loadClass(String, boolean) method. It is invoked by the Java virtual machine to resolve class references. Invoking this method is equivalent to invoking {@link #l

(String name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

loadClassInternalMethod · 0.95
findSystemClassMethod · 0.95

Calls 6

getClassLoadingLockMethod · 0.95
findLoadedClassMethod · 0.95
nanoTimeMethod · 0.95
findClassMethod · 0.95
resolveClassMethod · 0.95

Tested by

no test coverage detected