src/hotspot/cpu/s390/globals_s390.hpp
changeset 47881 0ce0ac68ace7
parent 47821 0cd18aa4f7b6
child 48332 651a95f30dfb
equal deleted inserted replaced
47824:cf127be65014 47881:0ce0ac68ace7
    83 define_pd_global(bool, CompactStrings, true);
    83 define_pd_global(bool, CompactStrings, true);
    84 
    84 
    85 // 8146801 (Short Array Allocation): No performance work done here yet.
    85 // 8146801 (Short Array Allocation): No performance work done here yet.
    86 define_pd_global(intx, InitArrayShortSize, 1*BytesPerLong);
    86 define_pd_global(intx, InitArrayShortSize, 1*BytesPerLong);
    87 
    87 
       
    88 define_pd_global(bool, ThreadLocalHandshakes, false);
       
    89 
    88 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint, writeable) \
    90 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint, writeable) \
    89                                                                               \
    91                                                                               \
    90   /* Reoptimize code-sequences of calls at runtime, e.g. replace an */        \
    92   /* Reoptimize code-sequences of calls at runtime, e.g. replace an */        \
    91   /* indirect call by a direct call.                                */        \
    93   /* indirect call by a direct call.                                */        \
    92   product(bool, ReoptimizeCallSequences, true,                                \
    94   product(bool, ReoptimizeCallSequences, true,                                \