comparison src/share/vm/runtime/globals.hpp @ 6934:4735d2c84362

7200776: Implement default methods in interfaces Summary: Add generic type analysis and default method selection algorithms Reviewed-by: coleenp, acorn
author kamg
date Thu, 11 Oct 2012 12:25:42 -0400
parents 5ec0c42da025
children ec204374e626
comparison
equal deleted inserted replaced
6921:a1b8cf9cf970 6934:4735d2c84362
3588 "Print the DTrace DOF passed to the system for JSDT probes") \ 3588 "Print the DTrace DOF passed to the system for JSDT probes") \
3589 \ 3589 \
3590 product(uintx, StringTableSize, 1009, \ 3590 product(uintx, StringTableSize, 1009, \
3591 "Number of buckets in the interned String table") \ 3591 "Number of buckets in the interned String table") \
3592 \ 3592 \
3593 develop(bool, TraceDefaultMethods, false, \
3594 "Trace the default method processing steps") \
3595 \
3596 develop(bool, ParseAllGenericSignatures, false, \
3597 "Parse all generic signatures while classloading") \
3598 \
3599 develop(bool, VerifyGenericSignatures, false, \
3600 "Abort VM on erroneous or inconsistent generic signatures") \
3601 \
3593 product(bool, UseVMInterruptibleIO, false, \ 3602 product(bool, UseVMInterruptibleIO, false, \
3594 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3603 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3595 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3604 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3596 " of this flag is true for JDK 6 and earlier") \ 3605 " of this flag is true for JDK 6 and earlier") \
3597 \ 3606 \