--- old/src/share/vm/opto/c2_globals.hpp 2014-09-23 19:10:31.797386366 +0400 +++ new/src/share/vm/opto/c2_globals.hpp 2014-09-23 19:10:31.745386364 +0400 @@ -590,9 +590,6 @@ product(intx, TypeProfileMajorReceiverPercent, 90, \ "% of major receiver type to all profiled receivers") \ \ - notproduct(bool, TimeCompiler2, false, \ - "detailed time the compiler (requires +TimeCompiler)") \ - \ diagnostic(bool, PrintIntrinsics, false, \ "prints attempted and successful inlining of intrinsics") \ \