hotspot/src/share/vm/runtime/globals.hpp
changeset 19704 475be20c57de
parent 19682 2dd459817aae
child 19770 7cb9f982ea81
child 19979 ebe1dbb6e1aa
equal deleted inserted replaced
19697:d55ba95422d7 19704:475be20c57de
  3512                                                                             \
  3512                                                                             \
  3513   product(bool, ReflectionWrapResolutionErrors, true,                       \
  3513   product(bool, ReflectionWrapResolutionErrors, true,                       \
  3514           "Temporary flag for transition to AbstractMethodError wrapped "   \
  3514           "Temporary flag for transition to AbstractMethodError wrapped "   \
  3515           "in InvocationTargetException. See 6531596")                      \
  3515           "in InvocationTargetException. See 6531596")                      \
  3516                                                                             \
  3516                                                                             \
       
  3517   develop(bool, VerifyLambdaBytecodes, false,                               \
       
  3518           "Force verification of jdk 8 lambda metafactory bytecodes.")      \
  3517                                                                             \
  3519                                                                             \
  3518   develop(intx, FastSuperclassLimit, 8,                                     \
  3520   develop(intx, FastSuperclassLimit, 8,                                     \
  3519           "Depth of hardwired instanceof accelerator array")                \
  3521           "Depth of hardwired instanceof accelerator array")                \
  3520                                                                             \
  3522                                                                             \
  3521   /* Properties for Java libraries  */                                      \
  3523   /* Properties for Java libraries  */                                      \