src/share/vm/runtime/globals.hpp

changeset 6116
cdf20166ec45
parent 5987
5ccbab1c69f3
child 6120
438fe38c63c8
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Nov 13 07:31:26 2013 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Nov 13 16:24:33 2013 -0800
     1.3 @@ -3622,9 +3622,6 @@
     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")                \
    1.12                                                                              \

mercurial