src/share/vm/runtime/globals.hpp

changeset 2036
126ea7725993
parent 2015
083fde3b838e
child 2044
f4f596978298
equal deleted inserted replaced
2035:a64438a2b7e8 2036: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

mercurial