--- old/src/share/vm/opto/c2_globals.hpp 2015-10-02 15:58:56.862706769 +0200 +++ new/src/share/vm/opto/c2_globals.hpp 2015-10-02 15:58:56.750706773 +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, \