MCPcopy Create free account
hub / github.com/ReadyTalk/avian / findVMClass

Method findVMClass

classpath/avian/SystemClassLoader.java:23–24  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

21
22public class SystemClassLoader extends ClassLoader {
23 private native VMClass findVMClass(String name)
24 throws ClassNotFoundException;
25
26 protected Class findClass(String name) throws ClassNotFoundException {
27 return getClass(findVMClass(name));

Callers 1

findClassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected