Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ stackMap3
Method
stackMap3
test/GC.java:59–67 ·
view source on GitHub ↗
(boolean predicate)
Source
from the content-addressed store, hash-verified
57
}
58
59
private
static
void
stackMap3(boolean predicate) {
60
if
(predicate) {
61
Object a = null;
62
}
else
{
63
int
a = 42;
64
}
65
66
System.gc();
67
}
68
69
private
static
void
stackMap4(boolean predicate) {
70
int
i = 2;
Callers
1
main
Method · 0.95
Calls
1
gc
Method · 0.95
Tested by
no test coverage detected