--- old/src/share/vm/runtime/globals.hpp 2013-11-13 13:48:26.222813885 -0800 +++ new/src/share/vm/runtime/globals.hpp 2013-11-13 13:48:26.094807490 -0800 @@ -3622,9 +3622,6 @@ "Temporary flag for transition to AbstractMethodError wrapped " \ "in InvocationTargetException. See 6531596") \ \ - develop(bool, VerifyLambdaBytecodes, false, \ - "Force verification of jdk 8 lambda metafactory bytecodes") \ - \ develop(intx, FastSuperclassLimit, 8, \ "Depth of hardwired instanceof accelerator array") \ \