MCPcopy 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
46bool JavaVersion::requiresPermGen() const
47{
48 return !m_parseable || m_major < 8;
49}
50
51bool JavaVersion::defaultsToUtf8() const
52{

Callers 5

checkFinishedMethod · 0.80
javaVersionSelectedMethod · 0.80
javaArgumentsMethod · 0.80
test_PermGenMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_PermGenMethod · 0.64