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

Method getSystemClassLoader

classpath/java/lang/ClassLoader.java:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 public static ClassLoader getSystemClassLoader() {
80 return ClassLoader.class.getClassLoader();
81 }
82
83 protected Class defineClass(String name, byte[] b, int offset, int length) {
84 if (b == null) {

Callers 5

mainMethod · 0.95
ClassLoaderMethod · 0.95
getSystemResourceMethod · 0.95
getSystemResourcesMethod · 0.95

Calls 1

getClassLoaderMethod · 0.80

Tested by 1

mainMethod · 0.76