hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 30310 522ea430079f
parent 30244 d4e471395ff5
parent 30305 b92a97e1e9cb
child 31371 311143309e73
equal deleted inserted replaced
30294:e16e14bd116a 30310:522ea430079f
    79 
    79 
    80 // GC Ergo Flags
    80 // GC Ergo Flags
    81 define_pd_global(size_t, 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 
       
    85 define_pd_global(bool, PreserveFramePointer, false);
    84 
    86 
    85 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    87 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct) \
    86                                                                             \
    88                                                                             \
    87   develop(bool, IEEEPrecision, true,                                        \
    89   develop(bool, IEEEPrecision, true,                                        \
    88           "Enables IEEE precision (for INTEL only)")                        \
    90           "Enables IEEE precision (for INTEL only)")                        \