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

Method stackMap7

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

Source from the content-addressed store, hash-verified

115 }
116
117 private static void stackMap7(boolean predicate) {
118 try {
119 if (predicate) {
120 Object a = null;
121 } else {
122 Object a = null;
123 }
124
125 try {
126 int a = 42;
127 throw new DummyException();
128 } finally {
129 System.gc();
130 }
131 } catch (DummyException e) {
132 e.toString();
133 }
134 }
135
136 private static void stackMap8(boolean predicate) {
137 try {

Callers 1

mainMethod · 0.95

Calls 2

gcMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected