< prev index next >

src/hotspot/share/gc/shared/jvmFlagConstraintsGC.hpp

Print this page
rev 60538 : imported patch jep387-all.patch

*** 1,7 **** /* ! * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 54,64 **** JVMFlag::Error InitialTenuringThresholdConstraintFunc(uintx value, bool verbose); JVMFlag::Error MaxTenuringThresholdConstraintFunc(uintx value, bool verbose); JVMFlag::Error MaxGCPauseMillisConstraintFunc(uintx value, bool verbose); JVMFlag::Error GCPauseIntervalMillisConstraintFunc(uintx value, bool verbose); - JVMFlag::Error InitialBootClassLoaderMetaspaceSizeConstraintFunc(size_t value, bool verbose); JVMFlag::Error MinHeapSizeConstraintFunc(size_t value, bool verbose); JVMFlag::Error InitialHeapSizeConstraintFunc(size_t value, bool verbose); JVMFlag::Error MaxHeapSizeConstraintFunc(size_t value, bool verbose); JVMFlag::Error SoftMaxHeapSizeConstraintFunc(size_t value, bool verbose); JVMFlag::Error HeapBaseMinAddressConstraintFunc(size_t value, bool verbose); --- 54,63 ----
< prev index next >