Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ stackMap1
Method
stackMap1
test/GC.java:41–47 ·
view source on GitHub ↗
(boolean predicate)
Source
from the content-addressed store, hash-verified
39
}
40
41
private
static
void
stackMap1(boolean predicate) {
42
if
(predicate) {
43
Object a = null;
44
}
45
46
System.gc();
47
}
48
49
private
static
void
stackMap2(boolean predicate) {
50
if
(predicate) {
Callers
1
main
Method · 0.95
Calls
1
gc
Method · 0.95
Tested by
no test coverage detected