comparison src/share/vm/runtime/globals.hpp @ 8702:77443715ec55

8001307: Modify ACC_SUPER behavior Summary: Disallow non-virtual calls even when ACC_SUPER is absent. Reviewed-by: kvn, acorn
author kamg
date Mon, 05 Nov 2012 17:03:33 -0500
parents e52361627b65
children b5cb079ecaa4
comparison
equal deleted inserted replaced
8701:b95ad0610fef 8702:77443715ec55
3600 \ 3600 \
3601 diagnostic(bool, WhiteBoxAPI, false, \ 3601 diagnostic(bool, WhiteBoxAPI, false, \
3602 "Enable internal testing APIs") \ 3602 "Enable internal testing APIs") \
3603 \ 3603 \
3604 product(bool, PrintGCCause, true, \ 3604 product(bool, PrintGCCause, true, \
3605 "Include GC cause in GC logging") 3605 "Include GC cause in GC logging") \
3606 \
3607 product(bool, AllowNonVirtualCalls, false, \
3608 "Obey the ACC_SUPER flag and allow invokenonvirtual calls")
3606 3609
3607 /* 3610 /*
3608 * Macros for factoring of globals 3611 * Macros for factoring of globals
3609 */ 3612 */
3610 3613