src/hotspot/share/runtime/globals.hpp
changeset 50944 8cc36fac7f3d
parent 50860 480a96a43b62
child 50946 be2d74d91351
--- a/src/hotspot/share/runtime/globals.hpp	Thu Jul 05 14:35:03 2018 -0700
+++ b/src/hotspot/share/runtime/globals.hpp	Fri Jul 06 09:00:48 2018 -0400
@@ -2571,9 +2571,6 @@
            "Default survivor space alignment in bytes")                     \
            constraint(SurvivorAlignmentInBytesConstraintFunc,AfterErgo)     \
                                                                             \
-  product(bool , AllowNonVirtualCalls, false,                               \
-          "Obey the ACC_SUPER flag and allow invokenonvirtual calls")       \
-                                                                            \
   product(ccstr, DumpLoadedClassList, NULL,                                 \
           "Dump the names all loaded classes, that could be stored into "   \
           "the CDS archive, in the specified file")                         \