MCPcopy 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
50bool JavaVersion::requiresPermGen() const
51{
52 return !m_parseable || m_major < 8;
53}
54
55bool JavaVersion::defaultsToUtf8() const
56{

Callers 4

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

Calls

no outgoing calls

Tested by 1

test_PermGenMethod · 0.64