hotspot/src/share/vm/opto/c2_globals.hpp
changeset 6272 94a20ad0e9de
parent 6180 53c1bf468c81
child 6433 b0e4fafdc38b
equal deleted inserted replaced
6271:271ac8e393e4 6272:94a20ad0e9de
   176           "When initializing fields, try to avoid needless card marks")     \
   176           "When initializing fields, try to avoid needless card marks")     \
   177                                                                             \
   177                                                                             \
   178   product(bool, ReduceBulkZeroing, true,                                    \
   178   product(bool, ReduceBulkZeroing, true,                                    \
   179           "When bulk-initializing, try to avoid needless zeroing")          \
   179           "When bulk-initializing, try to avoid needless zeroing")          \
   180                                                                             \
   180                                                                             \
       
   181   product(bool, UseFPUForSpilling, false,                                   \
       
   182           "Spill integer registers to FPU instead of stack when possible")  \
       
   183                                                                             \
   181   develop_pd(intx, RegisterCostAreaRatio,                                   \
   184   develop_pd(intx, RegisterCostAreaRatio,                                   \
   182           "Spill selection in reg allocator: scale area by (X/64K) before " \
   185           "Spill selection in reg allocator: scale area by (X/64K) before " \
   183           "adding cost")                                                    \
   186           "adding cost")                                                    \
   184                                                                             \
   187                                                                             \
   185   develop_pd(bool, UseCISCSpill,                                            \
   188   develop_pd(bool, UseCISCSpill,                                            \