src/share/vm/runtime/globals.hpp

changeset 5622
3a1df0dce3e5
parent 5600
d80493ee6430
child 5658
edb5ab0f3fe5
child 5694
7944aba7ba41
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Aug 30 07:04:42 2013 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Aug 30 15:15:56 2013 -0400
     1.3 @@ -3514,6 +3514,8 @@
     1.4            "Temporary flag for transition to AbstractMethodError wrapped "   \
     1.5            "in InvocationTargetException. See 6531596")                      \
     1.6                                                                              \
     1.7 +  develop(bool, VerifyLambdaBytecodes, false,                               \
     1.8 +          "Force verification of jdk 8 lambda metafactory bytecodes.")      \
     1.9                                                                              \
    1.10    develop(intx, FastSuperclassLimit, 8,                                     \
    1.11            "Depth of hardwired instanceof accelerator array")                \

mercurial