equal
deleted
inserted
replaced
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 */ \ |