hotspot/src/share/vm/runtime/globals.hpp
changeset 15922 86a368d3ac8c
parent 15859 b8d7620fb179
parent 15921 92ae6d9a60bd
child 16611 6807a703dd6b
child 16428 1b55a8d558b8
child 16604 800a65bfe347
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Jul 05 18:43:54 2017 +0200
+++ b/hotspot/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