--- old/src/share/vm/opto/c2_globals.hpp 2015-09-03 15:31:39.406338200 -0700 +++ new/src/share/vm/opto/c2_globals.hpp 2015-09-03 15:31:39.195338200 -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") \ \