Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ requiresPermGen
Method
requiresPermGen
launcher/java/JavaVersion.cpp:50–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool JavaVersion::requiresPermGen()
51
{
52
if(m_parseable)
53
{
54
return m_major < 8;
55
}
56
return true;
57
}
58
59
bool JavaVersion::operator<(const JavaVersion &rhs)
60
{
Callers
5
checkFinished
Method · 0.80
on_javaDetectBtn_clicked
Method · 0.80
javaVersionSelected
Method · 0.80
javaArguments
Method · 0.80
test_PermGen
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_PermGen
Method · 0.64