--- old/src/cpu/ppc/vm/c2_globals_ppc.hpp 2016-02-08 18:02:38.748919400 -0800 +++ new/src/cpu/ppc/vm/c2_globals_ppc.hpp 2016-02-08 18:02:38.511919400 -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.