diff src/share/vm/runtime/globals.hpp @ 8703:b5cb079ecaa4

Merge
author ewendeli
date Sun, 03 Feb 2013 22:43:57 +0100
parents f422634e5828 77443715ec55
children d4a32a6f8c82
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jan 31 17:04:28 2013 -0800
+++ b/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