hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 31371 311143309e73
parent 30306 83fe12c6f39b
child 31783 dbc24ca25ee4
equal deleted inserted replaced
31362:8957ccbb5821 31371:311143309e73
    61 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
    61 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
    62 
    62 
    63 define_pd_global(uintx, TypeProfileLevel, 111);
    63 define_pd_global(uintx, TypeProfileLevel, 111);
    64 
    64 
    65 // Platform dependent flag handling: flags only defined on this platform.
    65 // Platform dependent flag handling: flags only defined on this platform.
    66 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct)  \
    66 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint)  \
    67                                                                             \
    67                                                                             \
    68   /* Load poll address from thread. This is used to implement per-thread */ \
    68   /* Load poll address from thread. This is used to implement per-thread */ \
    69   /* safepoints on platforms != IA64. */                                    \
    69   /* safepoints on platforms != IA64. */                                    \
    70   product(bool, LoadPollAddressFromThread, false,                           \
    70   product(bool, LoadPollAddressFromThread, false,                           \
    71           "Load polling page address from thread object (required for "     \
    71           "Load polling page address from thread object (required for "     \