hotspot/src/share/vm/gc/g1/g1_globals.hpp
changeset 38273 2634194d7555
parent 38185 c432f8466c73
child 39117 59fa99a45873
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
    29 #include <float.h> // for DBL_MAX
    29 #include <float.h> // for DBL_MAX
    30 //
    30 //
    31 // Defines all globals flags used by the garbage-first compiler.
    31 // Defines all globals flags used by the garbage-first compiler.
    32 //
    32 //
    33 
    33 
    34 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw, range, constraint) \
    34 #define G1_FLAGS(develop, \
       
    35                  develop_pd, \
       
    36                  product, \
       
    37                  product_pd, \
       
    38                  diagnostic, \
       
    39                  experimental, \
       
    40                  notproduct, \
       
    41                  manageable, \
       
    42                  product_rw, \
       
    43                  range, \
       
    44                  constraint, \
       
    45                  writeable) \
    35                                                                             \
    46                                                                             \
    36   product(bool, G1UseAdaptiveIHOP, true,                                    \
    47   product(bool, G1UseAdaptiveIHOP, true,                                    \
    37           "Adaptively adjust the initiating heap occupancy from the "       \
    48           "Adaptively adjust the initiating heap occupancy from the "       \
    38           "initial value of InitiatingHeapOccupancyPercent. The policy "    \
    49           "initial value of InitiatingHeapOccupancyPercent. The policy "    \
    39           "attempts to start marking in time based on application "         \
    50           "attempts to start marking in time based on application "         \
   315          DECLARE_EXPERIMENTAL_FLAG, \
   326          DECLARE_EXPERIMENTAL_FLAG, \
   316          DECLARE_NOTPRODUCT_FLAG, \
   327          DECLARE_NOTPRODUCT_FLAG, \
   317          DECLARE_MANAGEABLE_FLAG, \
   328          DECLARE_MANAGEABLE_FLAG, \
   318          DECLARE_PRODUCT_RW_FLAG, \
   329          DECLARE_PRODUCT_RW_FLAG, \
   319          IGNORE_RANGE, \
   330          IGNORE_RANGE, \
   320          IGNORE_CONSTRAINT)
   331          IGNORE_CONSTRAINT, \
       
   332          IGNORE_WRITEABLE)
   321 
   333 
   322 #endif // SHARE_VM_GC_G1_G1_GLOBALS_HPP
   334 #endif // SHARE_VM_GC_G1_G1_GLOBALS_HPP