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