< prev index next >

src/hotspot/cpu/s390/globals_s390.hpp

Print this page

        

*** 38,47 **** --- 38,49 ---- define_pd_global(bool, ImplicitNullChecks, true); // Generate code for implicit null checks. define_pd_global(bool, TrapBasedNullChecks, true); define_pd_global(bool, UncommonNullCast, true); // Uncommon-trap NULLs passed to check cast. + define_pd_global(bool, UseFastClassInitChecks, false); // not implemented + define_pd_global(uintx, CodeCacheSegmentSize, 256); // This shall be at least 32 for proper branch target alignment. // Ideally, this is 256 (cache line size). This keeps code end data // on separate lines. But we reduced it to 64 since 256 increased // code size significantly by padding nops between IVC and second UEP.
< prev index next >