hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 21095 1a04f7b3946e
parent 20709 034be898bf04
child 22856 03ad2cf18166
equal deleted inserted replaced
21094:aa393745eae7 21095:1a04f7b3946e
    77 #endif
    77 #endif
    78 
    78 
    79 // GC Ergo Flags
    79 // GC Ergo Flags
    80 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
    80 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
    81 
    81 
    82 define_pd_global(uintx, TypeProfileLevel, 11);
    82 define_pd_global(uintx, TypeProfileLevel, 111);
    83 
    83 
    84 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    84 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    85                                                                             \
    85                                                                             \
    86   develop(bool, IEEEPrecision, true,                                        \
    86   develop(bool, IEEEPrecision, true,                                        \
    87           "Enables IEEE precision (for INTEL only)")                        \
    87           "Enables IEEE precision (for INTEL only)")                        \