hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 29697 92501504191b
parent 28954 7dda6c26cc98
child 30305 b92a97e1e9cb
child 30244 d4e471395ff5
equal deleted inserted replaced
29696:01571dfab5be 29697:92501504191b
    76 #else
    76 #else
    77 define_pd_global(bool, UseMembar,            false);
    77 define_pd_global(bool, UseMembar,            false);
    78 #endif
    78 #endif
    79 
    79 
    80 // GC Ergo Flags
    80 // GC Ergo Flags
    81 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
    81 define_pd_global(size_t, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
    82 
    82 
    83 define_pd_global(uintx, TypeProfileLevel, 111);
    83 define_pd_global(uintx, TypeProfileLevel, 111);
    84 
    84 
    85 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    85 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    86                                                                             \
    86                                                                             \