comparison src/share/vm/runtime/globals.hpp @ 13385:cdf20166ec45

8025632: Remove all references to MagicLambdaImpl from Hotspot Summary: MagicLambdaImpl was removed from jdk side, this should be done in vm side too Reviewed-by: coleenp, hseigel, rdurbin
author minqi
date Wed, 13 Nov 2013 16:24:33 -0800
parents 5ccbab1c69f3
children 438fe38c63c8
comparison
equal deleted inserted replaced
13055:fce21ac5968d 13385: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 \