Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ requiresPermGen
Method
requiresPermGen
launcher/java/JavaVersion.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
bool JavaVersion::requiresPermGen() const
47
{
48
return !m_parseable || m_major < 8;
49
}
50
51
bool JavaVersion::defaultsToUtf8() const
52
{
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