MCPcopy Create free account
hub / github.com/Kitware/VTK / run

Method run

Wrapping/Java/vtk/vtkJavaGarbageCollector.java:41–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 deleteRunnable = new Runnable() {
40
41 public void run() {
42 // Do the delete here
43 vtkReferenceInformation info = vtkObjectBase.JAVA_OBJECT_MANAGER.gc(debug);
44 if (debug) {
45 System.out.println(info);
46 System.out.println(info.listKeptReferenceToString());
47 System.out.println(info.listRemovedReferenceToString());
48 }
49 }
50 };
51 deferredEdtRunnable = new Runnable() {
52

Callers

nothing calls this directly

Calls 3

gcMethod · 0.65

Tested by

no test coverage detected