equal
deleted
inserted
replaced
3512 \ |
3512 \ |
3513 product(bool, ReflectionWrapResolutionErrors, true, \ |
3513 product(bool, ReflectionWrapResolutionErrors, true, \ |
3514 "Temporary flag for transition to AbstractMethodError wrapped " \ |
3514 "Temporary flag for transition to AbstractMethodError wrapped " \ |
3515 "in InvocationTargetException. See 6531596") \ |
3515 "in InvocationTargetException. See 6531596") \ |
3516 \ |
3516 \ |
|
3517 develop(bool, VerifyLambdaBytecodes, false, \ |
|
3518 "Force verification of jdk 8 lambda metafactory bytecodes.") \ |
3517 \ |
3519 \ |
3518 develop(intx, FastSuperclassLimit, 8, \ |
3520 develop(intx, FastSuperclassLimit, 8, \ |
3519 "Depth of hardwired instanceof accelerator array") \ |
3521 "Depth of hardwired instanceof accelerator array") \ |
3520 \ |
3522 \ |
3521 /* Properties for Java libraries */ \ |
3523 /* Properties for Java libraries */ \ |