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

Method stackMap4

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

Source from the content-addressed store, hash-verified

67 }
68
69 private static void stackMap4(boolean predicate) {
70 int i = 2;
71 if (predicate) {
72 Object a = null;
73 } else {
74 Object a = null;
75 }
76
77 do {
78 System.gc();
79 int a = 42;
80 -- i;
81 } while (i >= 0);
82 }
83
84 private static void noop() { }
85

Callers 1

mainMethod · 0.95

Calls 1

gcMethod · 0.95

Tested by

no test coverage detected