src/share/vm/runtime/globals.hpp

changeset 6240
9b4ce069642e
parent 5622
3a1df0dce3e5
child 5658
edb5ab0f3fe5
child 5694
7944aba7ba41
equal deleted inserted replaced
6239:2a907fd129cb 6240:9b4ce069642e
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 */ \
3683 "Number of buckets in the interned String table") \ 3685 "Number of buckets in the interned String table") \
3684 \ 3686 \
3685 develop(bool, TraceDefaultMethods, false, \ 3687 develop(bool, TraceDefaultMethods, false, \
3686 "Trace the default method processing steps") \ 3688 "Trace the default method processing steps") \
3687 \ 3689 \
3688 develop(bool, ParseAllGenericSignatures, false, \
3689 "Parse all generic signatures while classloading") \
3690 \
3691 develop(bool, VerifyGenericSignatures, false, \ 3690 develop(bool, VerifyGenericSignatures, false, \
3692 "Abort VM on erroneous or inconsistent generic signatures") \ 3691 "Abort VM on erroneous or inconsistent generic signatures") \
3693 \
3694 product(bool, ParseGenericDefaults, false, \
3695 "Parse generic signatures for default method handling") \
3696 \ 3692 \
3697 product(bool, UseVMInterruptibleIO, false, \ 3693 product(bool, UseVMInterruptibleIO, false, \
3698 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3694 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3699 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3695 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3700 " of this flag is true for JDK 6 and earlier") \ 3696 " of this flag is true for JDK 6 and earlier") \

mercurial