src/share/vm/runtime/globals.hpp

changeset 6116
cdf20166ec45
parent 5987
5ccbab1c69f3
child 6120
438fe38c63c8
equal deleted inserted replaced
6080:fce21ac5968d 6116:cdf20166ec45
3620 \ 3620 \
3621 product(bool, ReflectionWrapResolutionErrors, true, \ 3621 product(bool, ReflectionWrapResolutionErrors, true, \
3622 "Temporary flag for transition to AbstractMethodError wrapped " \ 3622 "Temporary flag for transition to AbstractMethodError wrapped " \
3623 "in InvocationTargetException. See 6531596") \ 3623 "in InvocationTargetException. See 6531596") \
3624 \ 3624 \
3625 develop(bool, VerifyLambdaBytecodes, false, \
3626 "Force verification of jdk 8 lambda metafactory bytecodes") \
3627 \
3628 develop(intx, FastSuperclassLimit, 8, \ 3625 develop(intx, FastSuperclassLimit, 8, \
3629 "Depth of hardwired instanceof accelerator array") \ 3626 "Depth of hardwired instanceof accelerator array") \
3630 \ 3627 \
3631 /* Properties for Java libraries */ \ 3628 /* Properties for Java libraries */ \
3632 \ 3629 \

mercurial