hotspot/src/share/vm/runtime/globals.hpp
changeset 22858 f4a6f0eba875
parent 22856 03ad2cf18166
parent 21733 20093ed7e42b
child 22872 b6902ee5bc8d
equal deleted inserted replaced
22857:2167396cfc83 22858:f4a6f0eba875
  3646                                                                             \
  3646                                                                             \
  3647   product(bool, ReflectionWrapResolutionErrors, true,                       \
  3647   product(bool, ReflectionWrapResolutionErrors, true,                       \
  3648           "Temporary flag for transition to AbstractMethodError wrapped "   \
  3648           "Temporary flag for transition to AbstractMethodError wrapped "   \
  3649           "in InvocationTargetException. See 6531596")                      \
  3649           "in InvocationTargetException. See 6531596")                      \
  3650                                                                             \
  3650                                                                             \
  3651   develop(bool, VerifyLambdaBytecodes, false,                               \
       
  3652           "Force verification of jdk 8 lambda metafactory bytecodes")       \
       
  3653                                                                             \
       
  3654   develop(intx, FastSuperclassLimit, 8,                                     \
  3651   develop(intx, FastSuperclassLimit, 8,                                     \
  3655           "Depth of hardwired instanceof accelerator array")                \
  3652           "Depth of hardwired instanceof accelerator array")                \
  3656                                                                             \
  3653                                                                             \
  3657   /* Properties for Java libraries  */                                      \
  3654   /* Properties for Java libraries  */                                      \
  3658                                                                             \
  3655                                                                             \