diff src/cpu/sparc/vm/c2_globals_sparc.hpp @ 12192:34bd5e86aadb

8010941: MinJumpTableSize is set to 18, investigate if that's still optimal Summary: Lowered the MinJumpTableSize for each platform Reviewed-by: kvn
author adlertz
date Wed, 11 Sep 2013 09:34:00 +0200
parents d90d1b96b65b
children cefad50507d8 de6a9e811145 41b780b43b74
line wrap: on
line diff
--- a/src/cpu/sparc/vm/c2_globals_sparc.hpp	Tue Sep 10 15:28:44 2013 -0700
+++ b/src/cpu/sparc/vm/c2_globals_sparc.hpp	Wed Sep 11 09:34:00 2013 +0200
@@ -57,6 +57,7 @@
 define_pd_global(bool, UseTLAB,                      true);
 define_pd_global(bool, ResizeTLAB,                   true);
 define_pd_global(intx, LoopUnrollLimit,              60); // Design center runs on 1.3.1
+define_pd_global(intx, MinJumpTableSize,             5);
 
 // Peephole and CISC spilling both break the graph, and so makes the
 // scheduler sick.