mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8235860: Obsolete the UseParallelOldGC option
Obsolete the UseParallelOldGC option by removing code and other mentions. Reviewed-by: kbarrett, lkorinth
This commit is contained in:
parent
4ca0699585
commit
4aab3078a2
28 changed files with 47 additions and 1501 deletions
|
@ -228,7 +228,6 @@ JVMCIObjectArray CompilerToVM::initialize_intrinsics(JVMCI_TRAPS) {
|
|||
X86_ONLY(do_bool_flag(UseCountTrailingZerosInstruction)) \
|
||||
do_bool_flag(UseG1GC) \
|
||||
do_bool_flag(UseParallelGC) \
|
||||
do_bool_flag(UseParallelOldGC) \
|
||||
do_bool_flag(UseSerialGC) \
|
||||
do_bool_flag(UseZGC) \
|
||||
do_bool_flag(UseEpsilonGC) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue