--- old/src/share/vm/opto/c2_globals.hpp 2015-09-10 19:30:22.920053100 -0700 +++ new/src/share/vm/opto/c2_globals.hpp 2015-09-10 19:30:22.706031700 -0700 @@ -306,6 +306,9 @@ product_pd(bool, OptoScheduling, \ "Instruction Scheduling after register allocation") \ \ + product_pd(bool, OptoRegScheduling, \ + "Instruction Scheduling before register allocation for pressure") \ + \ product(bool, PartialPeelLoop, true, \ "Partial peel (rotate) loops") \ \