--- old/src/share/vm/opto/c2_globals.hpp 2015-10-08 14:07:17.896004068 +0200 +++ new/src/share/vm/opto/c2_globals.hpp 2015-10-08 14:07:17.804004064 +0200 @@ -147,7 +147,7 @@ notproduct(bool, PrintOptoStatistics, false, \ "Print New compiler statistics") \ \ - notproduct(bool, PrintOptoAssembly, false, \ + diagnostic(bool, PrintOptoAssembly, false, \ "Print New compiler assembly output") \ \ develop_pd(bool, OptoPeephole, \ @@ -588,7 +588,7 @@ develop(bool, PrintDominators, false, \ "Print out dominator trees for GVN") \ \ - notproduct(bool, TraceSpilling, false, \ + diagnostic(bool, TraceSpilling, false, \ "Trace spilling") \ \ diagnostic(bool, TraceTypeProfile, false, \