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

Method stackMap5

test/GC.java:86–98  ·  view source on GitHub ↗
(boolean predicate)

Source from the content-addressed store, hash-verified

84 private static void noop() { }
85
86 private static void stackMap5(boolean predicate) {
87 if (predicate) {
88 noop();
89 }
90
91 if (predicate) {
92 noop();
93 } else {
94 Object a = null;
95 }
96
97 System.gc();
98 }
99
100 private static void stackMap6(boolean predicate) {
101 if (predicate) {

Callers 1

mainMethod · 0.95

Calls 2

noopMethod · 0.95
gcMethod · 0.95

Tested by

no test coverage detected