comparison src/cpu/sparc/vm/globals_sparc.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
41 define_pd_global(bool, ShareVtableStubs, false); // improves performance markedly for mtrt and compress 41 define_pd_global(bool, ShareVtableStubs, false); // improves performance markedly for mtrt and compress
42 define_pd_global(bool, CountInterpCalls, false); // not implemented in the interpreter 42 define_pd_global(bool, CountInterpCalls, false); // not implemented in the interpreter
43 define_pd_global(bool, NeedsDeoptSuspend, true); // register window machines need this 43 define_pd_global(bool, NeedsDeoptSuspend, true); // register window machines need this
44 44
45 define_pd_global(bool, ImplicitNullChecks, true); // Generate code for implicit null checks 45 define_pd_global(bool, ImplicitNullChecks, true); // Generate code for implicit null checks
46 define_pd_global(bool, UncommonNullCast, true); // Uncommon-trap NULLs past to check cast 46 define_pd_global(bool, TrapBasedNullChecks, false); // Not needed on sparc.
47 define_pd_global(bool, UncommonNullCast, true); // Uncommon-trap NULLs passed to check cast
47 48
48 define_pd_global(intx, CodeEntryAlignment, 32); 49 define_pd_global(intx, CodeEntryAlignment, 32);
49 // The default setting 16/16 seems to work best. 50 // The default setting 16/16 seems to work best.
50 // (For _228_jack 16/16 is 2% better than 4/4, 16/4, 32/32, 32/16, or 16/32.) 51 // (For _228_jack 16/16 is 2% better than 4/4, 16/4, 32/32, 32/16, or 16/32.)
51 define_pd_global(intx, OptoLoopAlignment, 16); // = 4*wordSize 52 define_pd_global(intx, OptoLoopAlignment, 16); // = 4*wordSize