hotspot/src/cpu/ppc/vm/c2_globals_ppc.hpp
changeset 36066 60ce66ce3c76
parent 35594 cc13089c6327
child 37292 64f6ae06310e
--- a/hotspot/src/cpu/ppc/vm/c2_globals_ppc.hpp	Wed Feb 03 12:36:18 2016 +0100
+++ b/hotspot/src/cpu/ppc/vm/c2_globals_ppc.hpp	Fri Feb 12 16:12:15 2016 -0800
@@ -54,6 +54,7 @@
 define_pd_global(bool, UseTLAB,                      true);
 define_pd_global(bool, ResizeTLAB,                   true);
 define_pd_global(intx, LoopUnrollLimit,              60);
+define_pd_global(intx, LoopPercentProfileLimit,      10);
 
 // Peephole and CISC spilling both break the graph, and so make the
 // scheduler sick.