comparison src/share/vm/runtime/globals.hpp @ 8703:b5cb079ecaa4

Merge
author ewendeli
date Sun, 03 Feb 2013 22:43:57 +0100
parents f422634e5828 77443715ec55
children d4a32a6f8c82
comparison
equal deleted inserted replaced
7944:20b605466ccb 8703:b5cb079ecaa4
3632 \ 3632 \
3633 diagnostic(bool, WhiteBoxAPI, false, \ 3633 diagnostic(bool, WhiteBoxAPI, false, \
3634 "Enable internal testing APIs") \ 3634 "Enable internal testing APIs") \
3635 \ 3635 \
3636 product(bool, PrintGCCause, true, \ 3636 product(bool, PrintGCCause, true, \
3637 "Include GC cause in GC logging") 3637 "Include GC cause in GC logging") \
3638 \
3639 product(bool, AllowNonVirtualCalls, false, \
3640 "Obey the ACC_SUPER flag and allow invokenonvirtual calls")
3638 3641
3639 /* 3642 /*
3640 * Macros for factoring of globals 3643 * Macros for factoring of globals
3641 */ 3644 */
3642 3645