diff src/share/vm/runtime/globals.hpp @ 8705:d4a32a6f8c82

Merge
author ewendeli
date Mon, 25 Feb 2013 07:22:06 +0100
parents a83cd101fd62 b5cb079ecaa4
children 11d5942ef9c7
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Feb 15 13:27:21 2013 -0800
+++ b/src/share/vm/runtime/globals.hpp	Mon Feb 25 07:22:06 2013 +0100
@@ -3640,7 +3640,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