equal
deleted
inserted
replaced
75 |
75 |
76 define_pd_global(uintx, TypeProfileLevel, 111); |
76 define_pd_global(uintx, TypeProfileLevel, 111); |
77 |
77 |
78 define_pd_global(bool, CompactStrings, true); |
78 define_pd_global(bool, CompactStrings, true); |
79 |
79 |
80 define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong); |
80 // 2x unrolled loop is shorter with more than 9 HeapWords. |
|
81 define_pd_global(intx, InitArrayShortSize, 9*BytesPerLong); |
81 |
82 |
82 // Platform dependent flag handling: flags only defined on this platform. |
83 // Platform dependent flag handling: flags only defined on this platform. |
83 #define ARCH_FLAGS(develop, \ |
84 #define ARCH_FLAGS(develop, \ |
84 product, \ |
85 product, \ |
85 diagnostic, \ |
86 diagnostic, \ |