8023872: Verification error in generated lambda classes

Skip verification for generated lambda classes

Reviewed-by: kamg, dholmes
This commit is contained in:
Karen Kinnear 2013-08-30 15:15:56 -04:00
parent 379674be8f
commit fdf2c975ed
2 changed files with 9 additions and 3 deletions

View file

@ -3514,6 +3514,8 @@ class CommandLineFlags {
"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") \