changeset 19704 | 475be20c57de |
parent 19682 | 2dd459817aae |
child 19770 | 7cb9f982ea81 |
child 19979 | ebe1dbb6e1aa |
--- a/hotspot/src/share/vm/runtime/globals.hpp Fri Aug 30 07:04:42 2013 -0700 +++ b/hotspot/src/share/vm/runtime/globals.hpp Fri Aug 30 15:15:56 2013 -0400 @@ -3514,6 +3514,8 @@ "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") \