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

Method resolveClass

example/src/java/lang/ClassLoader.java:947–949  ·  view source on GitHub ↗

Links the specified class. This (misleadingly named) method may be used by a class loader to link a class. If the class c has already been linked, then this method simply returns. Otherwise, the class is linked as described in the "Execution" chapter of The Java™ Language Spec

(Class<?> c)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

loadClassMethod · 0.95

Calls 1

resolveClass0Method · 0.95

Tested by

no test coverage detected