MCPcopy Create free account
hub / github.com/ReadyTalk/avian / main

Method main

test/UnsafeTest.java:137–146  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

135 }
136
137 public static void main(String[] args) {
138 System.out.println("method count is "
139 + Unsafe.class.getDeclaredMethods().length);
140
141 Unsafe u = avian.Machine.getUnsafe();
142
143 unsafeCatch(u);
144 unsafeMemory(u);
145 unsafeArray(u);
146 }
147}

Callers

nothing calls this directly

Calls 6

unsafeCatchMethod · 0.95
unsafeMemoryMethod · 0.95
unsafeArrayMethod · 0.95
getDeclaredMethodsMethod · 0.80
printlnMethod · 0.45
getUnsafeMethod · 0.45

Tested by

no test coverage detected