diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Mar 08 08:10:01 2013 -0800
+++ b/src/share/vm/runtime/globals.hpp	Tue Mar 12 18:22:40 2013 -0700
@@ -3644,7 +3644,10 @@
           "Enable internal testing APIs")                                   \
                                                                             \
   product(bool, PrintGCCause, true,                                         \
-          "Include GC cause in GC logging")
+          "Include GC cause in GC logging")                                 \
+                                                                            \
+  product(bool, AllowNonVirtualCalls, false,                                \
+          "Obey the ACC_SUPER flag and allow invokenonvirtual calls")
 
 /*
  *  Macros for factoring of globals