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

Method stackMap6

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

Source from the content-addressed store, hash-verified

98 }
99
100 private static void stackMap6(boolean predicate) {
101 if (predicate) {
102 int a = 42;
103 } else {
104 Object a = null;
105 }
106
107 if (predicate) {
108 noop();
109 } else {
110 Object a = null;
111 }
112
113 noop();
114 System.gc();
115 }
116
117 private static void stackMap7(boolean predicate) {
118 try {

Callers 1

mainMethod · 0.95

Calls 2

noopMethod · 0.95
gcMethod · 0.95

Tested by

no test coverage detected