hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 42661 2343dd675325
parent 42062 473286891dd8
child 42907 d1b25477073b
equal deleted inserted replaced
42660:90e411b50d88 42661:2343dd675325
    75 
    75 
    76 define_pd_global(uintx, TypeProfileLevel, 111);
    76 define_pd_global(uintx, TypeProfileLevel, 111);
    77 
    77 
    78 define_pd_global(bool, CompactStrings, true);
    78 define_pd_global(bool, CompactStrings, true);
    79 
    79 
    80 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
    80 // 2x unrolled loop is shorter with more than 9 HeapWords.
       
    81 define_pd_global(intx, InitArrayShortSize, 9*BytesPerLong);
    81 
    82 
    82 // Platform dependent flag handling: flags only defined on this platform.
    83 // Platform dependent flag handling: flags only defined on this platform.
    83 #define ARCH_FLAGS(develop, \
    84 #define ARCH_FLAGS(develop, \
    84                    product, \
    85                    product, \
    85                    diagnostic, \
    86                    diagnostic, \