MCPcopy 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
50bool JavaVersion::requiresPermGen()
51{
52 if(m_parseable)
53 {
54 return m_major < 8;
55 }
56 return true;
57}
58
59bool JavaVersion::operator<(const JavaVersion &rhs)
60{

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