hotspot/src/share/vm/gc_implementation/g1/g1_globals.hpp
changeset 15806 f3fb856749cf
parent 15605 bf7de87bbe3a
child 17327 4bd0581aa231
equal deleted inserted replaced
15728:6d3dcd34b5b9 15806:f3fb856749cf
    30 // Defines all globals flags used by the garbage-first compiler.
    30 // Defines all globals flags used by the garbage-first compiler.
    31 //
    31 //
    32 
    32 
    33 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw) \
    33 #define G1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, experimental, notproduct, manageable, product_rw) \
    34                                                                             \
    34                                                                             \
    35   product(intx, G1ConfidencePercent, 50,                                    \
    35   product(uintx, G1ConfidencePercent, 50,                                   \
    36           "Confidence level for MMU/pause predictions")                     \
    36           "Confidence level for MMU/pause predictions")                     \
    37                                                                             \
    37                                                                             \
    38   develop(intx, G1MarkingOverheadPercent, 0,                                \
    38   develop(intx, G1MarkingOverheadPercent, 0,                                \
    39           "Overhead of concurrent marking")                                 \
    39           "Overhead of concurrent marking")                                 \
    40                                                                             \
    40                                                                             \