comparison src/share/vm/runtime/globals.hpp @ 12132:d80493ee6430

Merge
author acorn
date Tue, 27 Aug 2013 01:21:22 -0700
parents 4c84d351cca9 91b93f523ec6
children 3a1df0dce3e5
comparison
equal deleted inserted replaced
12130:a7d8baf4cca7 12132:d80493ee6430
3683 "Number of buckets in the interned String table") \ 3683 "Number of buckets in the interned String table") \
3684 \ 3684 \
3685 develop(bool, TraceDefaultMethods, false, \ 3685 develop(bool, TraceDefaultMethods, false, \
3686 "Trace the default method processing steps") \ 3686 "Trace the default method processing steps") \
3687 \ 3687 \
3688 develop(bool, ParseAllGenericSignatures, false, \
3689 "Parse all generic signatures while classloading") \
3690 \
3691 develop(bool, VerifyGenericSignatures, false, \ 3688 develop(bool, VerifyGenericSignatures, false, \
3692 "Abort VM on erroneous or inconsistent generic signatures") \ 3689 "Abort VM on erroneous or inconsistent generic signatures") \
3693 \
3694 product(bool, ParseGenericDefaults, false, \
3695 "Parse generic signatures for default method handling") \
3696 \ 3690 \
3697 product(bool, UseVMInterruptibleIO, false, \ 3691 product(bool, UseVMInterruptibleIO, false, \
3698 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3692 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3699 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3693 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3700 " of this flag is true for JDK 6 and earlier") \ 3694 " of this flag is true for JDK 6 and earlier") \