hotspot/src/cpu/ppc/vm/globals_ppc.hpp
changeset 36554 a7eb9ee4680c
parent 36307 9f5f62a43577
child 38273 2634194d7555
equal deleted inserted replaced
36553:203b2b5d149b 36554:a7eb9ee4680c
    73 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
    73 define_pd_global(size_t, CMSYoungGenPerWorker, 16*M);  // Default max size of CMS young gen, per GC worker thread.
    74 
    74 
    75 define_pd_global(uintx, TypeProfileLevel, 111);
    75 define_pd_global(uintx, TypeProfileLevel, 111);
    76 
    76 
    77 define_pd_global(bool, CompactStrings, true);
    77 define_pd_global(bool, CompactStrings, true);
       
    78 
       
    79 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
    78 
    80 
    79 // Platform dependent flag handling: flags only defined on this platform.
    81 // Platform dependent flag handling: flags only defined on this platform.
    80 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint)  \
    82 #define ARCH_FLAGS(develop, product, diagnostic, experimental, notproduct, range, constraint)  \
    81                                                                             \
    83                                                                             \
    82   /* Load poll address from thread. This is used to implement per-thread */ \
    84   /* Load poll address from thread. This is used to implement per-thread */ \