hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 38273 2634194d7555
parent 36554 a7eb9ee4680c
child 38931 3cf28d630349
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
    77 define_pd_global(bool, CompactStrings, true);
    77 define_pd_global(bool, CompactStrings, true);
    78 
    78 
    79 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
    79 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
    80 
    80 
    81 // Platform dependent flag handling: flags only defined on this platform.
    81 // Platform dependent flag handling: flags only defined on this platform.
    82 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint)  \
    82 #define ARCH_FLAGS(develop, \
       
    83                    product, \
       
    84                    diagnostic, \
       
    85                    experimental, \
       
    86                    notproduct, \
       
    87                    range, \
       
    88                    constraint, \
       
    89                    writeable)  \
    83                                                                             \
    90                                                                             \
    84   /* Load poll address from thread. This is used to implement per-thread */ \
    91   /* Load poll address from thread. This is used to implement per-thread */ \
    85   /* safepoints on platforms != IA64. */                                    \
    92   /* safepoints on platforms != IA64. */                                    \
    86   product(bool, LoadPollAddressFromThread, false,                           \
    93   product(bool, LoadPollAddressFromThread, false,                           \
    87           "Load polling page address from thread object (required for "     \
    94           "Load polling page address from thread object (required for "     \