mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8205703: [JVMCI] Expose all GC selection flags
Reviewed-by: kvn, dlong
This commit is contained in:
parent
8a2170dad7
commit
097851e937
1 changed files with 6 additions and 1 deletions
|
@ -234,10 +234,15 @@ objArrayHandle CompilerToVM::initialize_intrinsics(TRAPS) {
|
||||||
do_bool_flag(UseCRC32Intrinsics) \
|
do_bool_flag(UseCRC32Intrinsics) \
|
||||||
do_bool_flag(UseCompressedClassPointers) \
|
do_bool_flag(UseCompressedClassPointers) \
|
||||||
do_bool_flag(UseCompressedOops) \
|
do_bool_flag(UseCompressedOops) \
|
||||||
do_bool_flag(UseConcMarkSweepGC) \
|
|
||||||
X86_ONLY(do_bool_flag(UseCountLeadingZerosInstruction)) \
|
X86_ONLY(do_bool_flag(UseCountLeadingZerosInstruction)) \
|
||||||
X86_ONLY(do_bool_flag(UseCountTrailingZerosInstruction)) \
|
X86_ONLY(do_bool_flag(UseCountTrailingZerosInstruction)) \
|
||||||
|
do_bool_flag(UseConcMarkSweepGC) \
|
||||||
do_bool_flag(UseG1GC) \
|
do_bool_flag(UseG1GC) \
|
||||||
|
do_bool_flag(UseParallelGC) \
|
||||||
|
do_bool_flag(UseParallelOldGC) \
|
||||||
|
do_bool_flag(UseSerialGC) \
|
||||||
|
do_bool_flag(UseZGC) \
|
||||||
|
do_bool_flag(UseEpsilonGC) \
|
||||||
COMPILER2_PRESENT(do_bool_flag(UseMontgomeryMultiplyIntrinsic)) \
|
COMPILER2_PRESENT(do_bool_flag(UseMontgomeryMultiplyIntrinsic)) \
|
||||||
COMPILER2_PRESENT(do_bool_flag(UseMontgomerySquareIntrinsic)) \
|
COMPILER2_PRESENT(do_bool_flag(UseMontgomerySquareIntrinsic)) \
|
||||||
COMPILER2_PRESENT(do_bool_flag(UseMulAddIntrinsic)) \
|
COMPILER2_PRESENT(do_bool_flag(UseMulAddIntrinsic)) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue