src/hotspot/cpu/ppc/globals_ppc.hpp
changeset 47881 0ce0ac68ace7
parent 47821 0cd18aa4f7b6
child 48332 651a95f30dfb
equal deleted inserted replaced
47824:cf127be65014 47881:0ce0ac68ace7
    80 
    80 
    81 define_pd_global(bool, CompactStrings, true);
    81 define_pd_global(bool, CompactStrings, true);
    82 
    82 
    83 // 2x unrolled loop is shorter with more than 9 HeapWords.
    83 // 2x unrolled loop is shorter with more than 9 HeapWords.
    84 define_pd_global(intx, InitArrayShortSize, 9*BytesPerLong);
    84 define_pd_global(intx, InitArrayShortSize, 9*BytesPerLong);
       
    85 
       
    86 define_pd_global(bool, ThreadLocalHandshakes, false);
    85 
    87 
    86 // Platform dependent flag handling: flags only defined on this platform.
    88 // Platform dependent flag handling: flags only defined on this platform.
    87 #define ARCH_FLAGS(develop, \
    89 #define ARCH_FLAGS(develop, \
    88                    product, \
    90                    product, \
    89                    diagnostic, \
    91                    diagnostic, \