hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 1382 fa3de4068282
parent 1374 4c24294029a9
child 1902 bf5f0a3beffe
equal deleted inserted replaced
1381:b204f54245d8 1382:fa3de4068282
    24 
    24 
    25 //
    25 //
    26 // Defines all globals flags used by the garbage-first compiler.
    26 // Defines all globals flags used by the garbage-first compiler.
    27 //
    27 //
    28 
    28 
    29 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, manageable, product_rw) \
    29 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw) \
    30                                                                             \
    30                                                                             \
    31   product(intx, ParallelGCG1AllocBufferSize, 4*K,                           \
    31   product(intx, ParallelGCG1AllocBufferSize, 4*K,                           \
    32           "Size of parallel G1 allocation buffers in to-space.")            \
    32           "Size of parallel G1 allocation buffers in to-space.")            \
    33                                                                             \
    33                                                                             \
    34   product(intx, G1TimeSliceMS, 500,                                         \
    34   product(intx, G1TimeSliceMS, 500,                                         \
   282           "Forces flushing of log buffers before verification.")            \
   282           "Forces flushing of log buffers before verification.")            \
   283                                                                             \
   283                                                                             \
   284   product(intx, G1MaxSurvivorRegions, 0,                                    \
   284   product(intx, G1MaxSurvivorRegions, 0,                                    \
   285           "The maximum number of survivor regions")
   285           "The maximum number of survivor regions")
   286 
   286 
   287 G1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_NOTPRODUCT_FLAG, DECLARE_MANAGEABLE_FLAG, DECLARE_PRODUCT_RW_FLAG)
   287 G1_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG, DECLARE_MANAGEABLE_FLAG, DECLARE_PRODUCT_RW_FLAG)