mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
This commit is contained in:
parent
b8b88853a5
commit
1fc67ab002
239 changed files with 220 additions and 27246 deletions
|
@ -228,7 +228,6 @@ JVMCIObjectArray CompilerToVM::initialize_intrinsics(JVMCI_TRAPS) {
|
|||
do_bool_flag(UseCompressedOops) \
|
||||
X86_ONLY(do_bool_flag(UseCountLeadingZerosInstruction)) \
|
||||
X86_ONLY(do_bool_flag(UseCountTrailingZerosInstruction)) \
|
||||
do_bool_flag(UseConcMarkSweepGC) \
|
||||
do_bool_flag(UseG1GC) \
|
||||
do_bool_flag(UseParallelGC) \
|
||||
do_bool_flag(UseParallelOldGC) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue