Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ finalize
Method
finalize
test/Finalizers.java:9–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
}
8
9
protected
void
finalize() {
10
synchronized (lock) {
11
finalized = true;
12
lock.notifyAll();
13
}
14
}
15
16
public
static
void
main(String[] args) throws Exception {
17
new
Finalizers();
Callers
3
turnOffTheLights
Function · 0.45
finalizerTargetUnreachable
Function · 0.45
doCollect
Function · 0.45
Calls
1
notifyAll
Method · 0.45
Tested by
no test coverage detected