--- old/src/share/vm/opto/c2_globals.hpp 2016-02-11 11:52:24.477397500 -0800 +++ new/src/share/vm/opto/c2_globals.hpp 2016-02-11 11:52:24.239373700 -0800 @@ -182,6 +182,10 @@ "Unroll loop bodies with node count less than this") \ range(0, max_jint / 4) \ \ + product_pd(intx, LoopPercentProfileLimit, \ + "Unroll loop bodies with % node count of profile limit") \ + range(10, 100) \ + \ product(intx, LoopMaxUnroll, 16, \ "Maximum number of unrolls for main loop") \ range(0, max_jint) \