comparison src/share/vm/runtime/globals.hpp @ 8705:d4a32a6f8c82

Merge
author ewendeli
date Mon, 25 Feb 2013 07:22:06 +0100
parents a83cd101fd62 b5cb079ecaa4
children 11d5942ef9c7
comparison
equal deleted inserted replaced
8054:d5e12e7d2f71 8705:d4a32a6f8c82
3638 \ 3638 \
3639 diagnostic(bool, WhiteBoxAPI, false, \ 3639 diagnostic(bool, WhiteBoxAPI, false, \
3640 "Enable internal testing APIs") \ 3640 "Enable internal testing APIs") \
3641 \ 3641 \
3642 product(bool, PrintGCCause, true, \ 3642 product(bool, PrintGCCause, true, \
3643 "Include GC cause in GC logging") 3643 "Include GC cause in GC logging") \
3644 \
3645 product(bool, AllowNonVirtualCalls, false, \
3646 "Obey the ACC_SUPER flag and allow invokenonvirtual calls")
3644 3647
3645 /* 3648 /*
3646 * Macros for factoring of globals 3649 * Macros for factoring of globals
3647 */ 3650 */
3648 3651