Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Buffers
Class · 0.95
JNI
Class · 0.95
Calls
2
load
Method · 0.95
getCaller
Method · 0.95
Tested by
no test coverage detected