src/share/vm/runtime/globals.hpp

changeset 4702
77443715ec55
parent 4181
e52361627b65
child 4703
b5cb079ecaa4
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Oct 26 09:27:25 2012 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Nov 05 17:03:33 2012 -0500
     1.3 @@ -3602,7 +3602,10 @@
     1.4            "Enable internal testing APIs")                                   \
     1.5                                                                              \
     1.6    product(bool, PrintGCCause, true,                                         \
     1.7 -          "Include GC cause in GC logging")
     1.8 +          "Include GC cause in GC logging")                                 \
     1.9 +                                                                            \
    1.10 +  product(bool, AllowNonVirtualCalls, false,                                \
    1.11 +          "Obey the ACC_SUPER flag and allow invokenonvirtual calls")
    1.12  
    1.13  /*
    1.14   *  Macros for factoring of globals

mercurial