--- old/src/cpu/ppc/vm/c2_globals_ppc.hpp 2016-02-11 11:52:17.107660600 -0800 +++ new/src/cpu/ppc/vm/c2_globals_ppc.hpp 2016-02-11 11:52:16.884638300 -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.