MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / add

Method add

unused/sun/misc/Cleaner.java:78–85  ·  view source on GitHub ↗
(Cleaner cl)

Source from the content-addressed store, hash-verified

76 prev = null;
77
78 private static synchronized Cleaner add(Cleaner cl) {
79 if (first != null) {
80 cl.next = first;
81 first.prev = cl;
82 }
83 first = cl;
84 return cl;
85 }
86
87 private static synchronized boolean remove(Cleaner cl) {
88

Callers 15

createMethod · 0.95
FontResizeBugMethod · 0.45
InspectorBugMethod · 0.45
aliasesMethod · 0.45
getMemoryPoolMXBeansMethod · 0.45
getBufferPoolMXBeansMethod · 0.45
getDefaultTreeModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected