src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp
changeset 50804 f5f3deb1412c
parent 49902 3661f31c6df4
child 52645 74cf02d5f6e2
equal deleted inserted replaced
50803:45c1fde86050 50804:f5f3deb1412c
   232   X86_ONLY(do_intx_flag(UseAVX))                                           \
   232   X86_ONLY(do_intx_flag(UseAVX))                                           \
   233   do_bool_flag(UseBiasedLocking)                                           \
   233   do_bool_flag(UseBiasedLocking)                                           \
   234   do_bool_flag(UseCRC32Intrinsics)                                         \
   234   do_bool_flag(UseCRC32Intrinsics)                                         \
   235   do_bool_flag(UseCompressedClassPointers)                                 \
   235   do_bool_flag(UseCompressedClassPointers)                                 \
   236   do_bool_flag(UseCompressedOops)                                          \
   236   do_bool_flag(UseCompressedOops)                                          \
   237   do_bool_flag(UseConcMarkSweepGC)                                         \
       
   238   X86_ONLY(do_bool_flag(UseCountLeadingZerosInstruction))                  \
   237   X86_ONLY(do_bool_flag(UseCountLeadingZerosInstruction))                  \
   239   X86_ONLY(do_bool_flag(UseCountTrailingZerosInstruction))                 \
   238   X86_ONLY(do_bool_flag(UseCountTrailingZerosInstruction))                 \
       
   239   do_bool_flag(UseConcMarkSweepGC)                                         \
   240   do_bool_flag(UseG1GC)                                                    \
   240   do_bool_flag(UseG1GC)                                                    \
       
   241   do_bool_flag(UseParallelGC)                                              \
       
   242   do_bool_flag(UseParallelOldGC)                                           \
       
   243   do_bool_flag(UseSerialGC)                                                \
       
   244   do_bool_flag(UseZGC)                                                     \
       
   245   do_bool_flag(UseEpsilonGC)                                               \
   241   COMPILER2_PRESENT(do_bool_flag(UseMontgomeryMultiplyIntrinsic))          \
   246   COMPILER2_PRESENT(do_bool_flag(UseMontgomeryMultiplyIntrinsic))          \
   242   COMPILER2_PRESENT(do_bool_flag(UseMontgomerySquareIntrinsic))            \
   247   COMPILER2_PRESENT(do_bool_flag(UseMontgomerySquareIntrinsic))            \
   243   COMPILER2_PRESENT(do_bool_flag(UseMulAddIntrinsic))                      \
   248   COMPILER2_PRESENT(do_bool_flag(UseMulAddIntrinsic))                      \
   244   COMPILER2_PRESENT(do_bool_flag(UseMultiplyToLenIntrinsic))               \
   249   COMPILER2_PRESENT(do_bool_flag(UseMultiplyToLenIntrinsic))               \
   245   do_bool_flag(UsePopCountInstruction)                                     \
   250   do_bool_flag(UsePopCountInstruction)                                     \