equal
deleted
inserted
replaced
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 \ |