comparison src/share/vm/runtime/globals.hpp @ 11104:50257d6f5aaa

8013635: VM should no longer create bridges for generic signatures. Summary: Requires: 8013789: Compiler bridges, 8015402: metafactory Reviewed-by: sspitsyn, coleenp, bharadwaj
author acorn
date Tue, 09 Jul 2013 14:02:28 -0400
parents 8b789ce47503
children ec173c8f3739
comparison
equal deleted inserted replaced
11101:e79a9f26ba2e 11104: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 \