comparison src/share/vm/runtime/globals.hpp @ 1681:126ea7725993

6953477: Increase portability and flexibility of building Hotspot Summary: A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail. Reviewed-by: phh, never, coleenp, dholmes
author bobv
date Tue, 03 Aug 2010 08:13:38 -0400
parents 083fde3b838e
children f4f596978298
comparison
equal deleted inserted replaced
1680:a64438a2b7e8 1681:126ea7725993
605 "temporary - see javaClasses.cpp") \ 605 "temporary - see javaClasses.cpp") \
606 \ 606 \
607 notproduct(bool, PrintMallocFree, false, \ 607 notproduct(bool, PrintMallocFree, false, \
608 "Trace calls to C heap malloc/free allocation") \ 608 "Trace calls to C heap malloc/free allocation") \
609 \ 609 \
610 notproduct(bool, PrintOopAddress, false, \ 610 product(bool, PrintOopAddress, false, \
611 "Always print the location of the oop") \ 611 "Always print the location of the oop") \
612 \ 612 \
613 notproduct(bool, VerifyCodeCacheOften, false, \ 613 notproduct(bool, VerifyCodeCacheOften, false, \
614 "Verify compiled-code cache often") \ 614 "Verify compiled-code cache often") \
615 \ 615 \
3551 \ 3551 \
3552 product(bool, UseVMInterruptibleIO, false, \ 3552 product(bool, UseVMInterruptibleIO, false, \
3553 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3553 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3554 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3554 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3555 " of this flag is true for JDK 6 and earliers") 3555 " of this flag is true for JDK 6 and earliers")
3556
3557 3556
3558 /* 3557 /*
3559 * Macros for factoring of globals 3558 * Macros for factoring of globals
3560 */ 3559 */
3561 3560