hotspot/src/cpu/sparc/vm/c2_globals_sparc.hpp
changeset 19772 6e60ae28d9f6
parent 18983 00ba7aea744c
child 22856 03ad2cf18166
child 22234 da823d78ad65
--- a/hotspot/src/cpu/sparc/vm/c2_globals_sparc.hpp	Tue Sep 10 15:28:44 2013 -0700
+++ b/hotspot/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.