8235860: Obsolete the UseParallelOldGC option

Obsolete the UseParallelOldGC option by removing code and other mentions.

Reviewed-by: kbarrett, lkorinth
This commit is contained in:
Thomas Schatzl 2020-01-20 11:15:45 +01:00
parent 4ca0699585
commit 4aab3078a2
28 changed files with 47 additions and 1501 deletions

View file

@ -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) \