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

Method stackMap2

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

Source from the content-addressed store, hash-verified

47 }
48
49 private static void stackMap2(boolean predicate) {
50 if (predicate) {
51 int a = 42;
52 } else {
53 Object a = null;
54 }
55
56 System.gc();
57 }
58
59 private static void stackMap3(boolean predicate) {
60 if (predicate) {

Callers 1

mainMethod · 0.95

Calls 1

gcMethod · 0.95

Tested by

no test coverage detected