hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp
changeset 33628 09241459a8b8
parent 33471 e70067b81b0b
child 35071 a0910b1d3e0d
equal deleted inserted replaced
33627:c5b7455f846e 33628:09241459a8b8
    77 // GC Ergo Flags
    77 // GC Ergo Flags
    78 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
    78 define_pd_global(uintx, CMSYoungGenPerWorker, 64*M);  // default max size of CMS young gen, per GC worker thread
    79 
    79 
    80 define_pd_global(uintx, TypeProfileLevel, 111);
    80 define_pd_global(uintx, TypeProfileLevel, 111);
    81 
    81 
       
    82 // No performance work done here yet.
       
    83 define_pd_global(bool, CompactStrings, false);
       
    84 
    82 // avoid biased locking while we are bootstrapping the aarch64 build
    85 // avoid biased locking while we are bootstrapping the aarch64 build
    83 define_pd_global(bool, UseBiasedLocking, false);
    86 define_pd_global(bool, UseBiasedLocking, false);
    84 
    87 
    85 #if defined(COMPILER1) || defined(COMPILER2)
    88 #if defined(COMPILER1) || defined(COMPILER2)
    86 define_pd_global(intx, InlineSmallCode,          1000);
    89 define_pd_global(intx, InlineSmallCode,          1000);