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

Method loadLibrary

classpath/java/lang/System.java:114–116  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

112 }
113
114 public static void loadLibrary(String name) {
115 ClassLoader.load(name, ClassLoader.getCaller(), true);
116 }
117
118 public static void gc() {
119 Runtime.getRuntime().gc();

Callers 2

BuffersClass · 0.95
JNIClass · 0.95

Calls 2

loadMethod · 0.95
getCallerMethod · 0.95

Tested by

no test coverage detected