comparison src/share/vm/runtime/globals.hpp @ 12131:91b93f523ec6

8012294: remove generic handling for default methods Reviewed-by: kamg, coleenp
author acorn
date Mon, 26 Aug 2013 11:35:25 -0400
parents 740e263c80c6
children d80493ee6430
comparison
equal deleted inserted replaced
12109:faf2631b9334 12131:91b93f523ec6
3680 "Number of buckets in the interned String table") \ 3680 "Number of buckets in the interned String table") \
3681 \ 3681 \
3682 develop(bool, TraceDefaultMethods, false, \ 3682 develop(bool, TraceDefaultMethods, false, \
3683 "Trace the default method processing steps") \ 3683 "Trace the default method processing steps") \
3684 \ 3684 \
3685 develop(bool, ParseAllGenericSignatures, false, \
3686 "Parse all generic signatures while classloading") \
3687 \
3688 develop(bool, VerifyGenericSignatures, false, \ 3685 develop(bool, VerifyGenericSignatures, false, \
3689 "Abort VM on erroneous or inconsistent generic signatures") \ 3686 "Abort VM on erroneous or inconsistent generic signatures") \
3690 \
3691 product(bool, ParseGenericDefaults, false, \
3692 "Parse generic signatures for default method handling") \
3693 \ 3687 \
3694 product(bool, UseVMInterruptibleIO, false, \ 3688 product(bool, UseVMInterruptibleIO, false, \
3695 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3689 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3696 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3690 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3697 " of this flag is true for JDK 6 and earlier") \ 3691 " of this flag is true for JDK 6 and earlier") \