src/hotspot/share/gc/g1/g1_globals.hpp
changeset 54982 b18c8301b8c2
parent 53244 9807daeb47c4
child 57914 9c98f8788762
equal deleted inserted replaced
54981:0b56fc0448ec 54982:b18c8301b8c2
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_GC_G1_G1_GLOBALS_HPP
    25 #ifndef SHARE_GC_G1_G1_GLOBALS_HPP
    26 #define SHARE_GC_G1_G1_GLOBALS_HPP
    26 #define SHARE_GC_G1_G1_GLOBALS_HPP
    27 
    27 
    28 #include <float.h> // for DBL_MAX
    28 #include "runtime/globals_shared.hpp"
       
    29 
    29 //
    30 //
    30 // Defines all globals flags used by the garbage-first compiler.
    31 // Defines all globals flags used by the garbage-first compiler.
    31 //
    32 //
    32 
    33 
    33 #define GC_G1_FLAGS(develop,                                                \
    34 #define GC_G1_FLAGS(develop,                                                \