comparison src/share/vm/runtime/globals.hpp @ 13451:02f27ecb4f3a

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 18 Dec 2013 00:00:24 +0100
parents 096c224171c4 438fe38c63c8
children 9161ed8ce796
comparison
equal deleted inserted replaced
13371:4db09b7304da 13451:02f27ecb4f3a
3644 \ 3644 \
3645 product(bool, ReflectionWrapResolutionErrors, true, \ 3645 product(bool, ReflectionWrapResolutionErrors, true, \
3646 "Temporary flag for transition to AbstractMethodError wrapped " \ 3646 "Temporary flag for transition to AbstractMethodError wrapped " \
3647 "in InvocationTargetException. See 6531596") \ 3647 "in InvocationTargetException. See 6531596") \
3648 \ 3648 \
3649 develop(bool, VerifyLambdaBytecodes, false, \
3650 "Force verification of jdk 8 lambda metafactory bytecodes") \
3651 \
3652 develop(intx, FastSuperclassLimit, 8, \ 3649 develop(intx, FastSuperclassLimit, 8, \
3653 "Depth of hardwired instanceof accelerator array") \ 3650 "Depth of hardwired instanceof accelerator array") \
3654 \ 3651 \
3655 /* Properties for Java libraries */ \ 3652 /* Properties for Java libraries */ \
3656 \ 3653 \