src/share/vm/runtime/globals.hpp

changeset 5377
50257d6f5aaa
parent 5356
8b789ce47503
child 5385
ec173c8f3739
equal deleted inserted replaced
5374:e79a9f26ba2e 5377:50257d6f5aaa
3677 "Parse all generic signatures while classloading") \ 3677 "Parse all generic signatures while classloading") \
3678 \ 3678 \
3679 develop(bool, VerifyGenericSignatures, false, \ 3679 develop(bool, VerifyGenericSignatures, false, \
3680 "Abort VM on erroneous or inconsistent generic signatures") \ 3680 "Abort VM on erroneous or inconsistent generic signatures") \
3681 \ 3681 \
3682 product(bool, ParseGenericDefaults, false, \
3683 "Parse generic signatures for default method handling") \
3684 \
3682 product(bool, UseVMInterruptibleIO, false, \ 3685 product(bool, UseVMInterruptibleIO, false, \
3683 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3686 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3684 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3687 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3685 " of this flag is true for JDK 6 and earlier") \ 3688 " of this flag is true for JDK 6 and earlier") \
3686 \ 3689 \

mercurial