src/share/vm/runtime/globals.hpp

changeset 6240
9b4ce069642e
parent 5622
3a1df0dce3e5
child 5658
edb5ab0f3fe5
child 5694
7944aba7ba41
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Sep 06 09:55:38 2013 +0100
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Sat Sep 14 20:40:34 2013 +0100
     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")                \
    1.12 @@ -3685,15 +3687,9 @@
    1.13    develop(bool, TraceDefaultMethods, false,                                 \
    1.14            "Trace the default method processing steps")                      \
    1.15                                                                              \
    1.16 -  develop(bool, ParseAllGenericSignatures, false,                           \
    1.17 -          "Parse all generic signatures while classloading")                \
    1.18 -                                                                            \
    1.19    develop(bool, VerifyGenericSignatures, false,                             \
    1.20            "Abort VM on erroneous or inconsistent generic signatures")       \
    1.21                                                                              \
    1.22 -  product(bool, ParseGenericDefaults, false,                                \
    1.23 -          "Parse generic signatures for default method handling")           \
    1.24 -                                                                            \
    1.25    product(bool, UseVMInterruptibleIO, false,                                \
    1.26            "(Unstable, Solaris-specific) Thread interrupt before or with "   \
    1.27            "EINTR for I/O operations results in OS_INTRPT. The default value"\

mercurial