Searched refs:MinMaxPLABSizeBounds (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A DcommandLineFlagConstraintsGC.cpp142 static Flag::Error MinMaxPLABSizeBounds(const char* name, size_t value, bool verbose) { function
152 return MinMaxPLABSizeBounds("YoungPLABSize", value, verbose);
171 status = MinMaxPLABSizeBounds("OldPLABSize", value, verbose);

Completed in 85 milliseconds