MCPcopy 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

turnOffTheLightsFunction · 0.45
doCollectFunction · 0.45

Calls 1

notifyAllMethod · 0.45

Tested by

no test coverage detected