mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8023872: Verification error in generated lambda classes
Skip verification for generated lambda classes Reviewed-by: kamg, dholmes
This commit is contained in:
parent
379674be8f
commit
fdf2c975ed
2 changed files with 9 additions and 3 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue