src/hotspot/cpu/s390/globals_s390.hpp
changeset 59053 ba6c248cae19
parent 57779 0a8407a78a2f
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
    67 define_pd_global(bool, RewriteBytecodes,     true);
    67 define_pd_global(bool, RewriteBytecodes,     true);
    68 define_pd_global(bool, RewriteFrequentPairs, true);
    68 define_pd_global(bool, RewriteFrequentPairs, true);
    69 
    69 
    70 define_pd_global(bool, PreserveFramePointer, false);
    70 define_pd_global(bool, PreserveFramePointer, false);
    71 
    71 
    72 // GC Ergo Flags
       
    73 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
       
    74 
       
    75 define_pd_global(uintx, TypeProfileLevel, 111);
    72 define_pd_global(uintx, TypeProfileLevel, 111);
    76 
    73 
    77 define_pd_global(bool, CompactStrings, true);
    74 define_pd_global(bool, CompactStrings, true);
    78 
    75 
    79 // 8146801 (Short Array Allocation): No performance work done here yet.
    76 // 8146801 (Short Array Allocation): No performance work done here yet.