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

Method stackMap

test/Subroutine.java:18–33  ·  view source on GitHub ↗
(Object x)

Source from the content-addressed store, hash-verified

16 }
17
18 private static void stackMap(Object x) {
19 while (true) {
20 try {
21 try {
22 System.gc();
23 } catch (DummyException e) {
24 // ignore
25 } finally {
26 x.toString();
27 }
28 break;
29 } catch (DummyException e) {
30 // ignore
31 }
32 }
33 }
34
35 private static byte[] makeTestCode(List pool) throws IOException {
36 ByteArrayOutputStream out = new ByteArrayOutputStream();

Callers 2

mainMethod · 0.95
findFrameMapFunction · 0.80

Calls 2

gcMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected