comparison src/share/vm/runtime/globals.hpp @ 14442:1174c8abbdb6

Merge
author kvn
date Thu, 05 Dec 2013 15:13:12 -0800
parents 41b780b43b74 438fe38c63c8
children abec000618bf a9becfeecd1b
comparison
equal deleted inserted replaced
14441:e7cbc95179c4 14442:1174c8abbdb6
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 \