mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-07 04:05:17 +00:00
8322890: Directly return in OldPLABSizeConstraintFunc
Reviewed-by: ayang, tschatzl
This commit is contained in:
parent
438ab7c115
commit
886386c039
@ -93,13 +93,7 @@ JVMFlag::Error YoungPLABSizeConstraintFunc(size_t value, bool verbose) {
|
||||
}
|
||||
|
||||
JVMFlag::Error OldPLABSizeConstraintFunc(size_t value, bool verbose) {
|
||||
JVMFlag::Error status = JVMFlag::SUCCESS;
|
||||
|
||||
{
|
||||
status = MinMaxPLABSizeBounds("OldPLABSize", value, verbose);
|
||||
}
|
||||
|
||||
return status;
|
||||
return MinMaxPLABSizeBounds("OldPLABSize", value, verbose);
|
||||
}
|
||||
|
||||
JVMFlag::Error MinHeapFreeRatioConstraintFunc(uintx value, bool verbose) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user