--- old/src/share/vm/opto/c2_globals.hpp 2015-07-31 11:54:47.017274480 +0200 +++ new/src/share/vm/opto/c2_globals.hpp 2015-07-31 11:54:46.777274490 +0200 @@ -623,9 +623,6 @@ diagnostic(bool, PrintIntrinsics, false, \ "prints attempted and successful inlining of intrinsics") \ \ - diagnostic(ccstrlist, DisableIntrinsic, "", \ - "do not expand intrinsics whose (internal) names appear here") \ - \ develop(bool, StressReflectiveCode, false, \ "Use inexact types at allocations, etc., to test reflection") \ \