comparison src/share/vm/runtime/globals.hpp @ 8706:11d5942ef9c7

Merge
author lana
date Tue, 12 Mar 2013 18:22:40 -0700
parents a252e688abcf d4a32a6f8c82
children eca90b8a06eb 2e093b564241 46f6f063b272
comparison
equal deleted inserted replaced
8699:65b797426a3b 8706:11d5942ef9c7
3642 \ 3642 \
3643 diagnostic(bool, WhiteBoxAPI, false, \ 3643 diagnostic(bool, WhiteBoxAPI, false, \
3644 "Enable internal testing APIs") \ 3644 "Enable internal testing APIs") \
3645 \ 3645 \
3646 product(bool, PrintGCCause, true, \ 3646 product(bool, PrintGCCause, true, \
3647 "Include GC cause in GC logging") 3647 "Include GC cause in GC logging") \
3648 \
3649 product(bool, AllowNonVirtualCalls, false, \
3650 "Obey the ACC_SUPER flag and allow invokenonvirtual calls")
3648 3651
3649 /* 3652 /*
3650 * Macros for factoring of globals 3653 * Macros for factoring of globals
3651 */ 3654 */
3652 3655