hotspot/src/share/vm/runtime/globals.hpp
changeset 15919 15a548ffc099
parent 15221 83925f427779
parent 15918 3fcc894aca8c
child 15921 92ae6d9a60bd
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Jul 05 18:39:13 2017 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Sun Feb 03 22:43:57 2013 +0100
@@ -3634,7 +3634,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