--- old/hotspot/src/share/vm/runtime/globals.hpp 2013-02-07 17:08:11.000000000 +0100 +++ new/hotspot/src/share/vm/runtime/globals.hpp 2013-02-07 17:08:11.000000000 +0100 @@ -3619,6 +3619,9 @@ "EINTR for I/O operations results in OS_INTRPT. The default value"\ " of this flag is true for JDK 6 and earlier") \ \ + product(bool, AllowNonVirtualCalls, false, \ + "Obey the ACC_SUPER flag and allow invokenonvirtual calls") \ + \ diagnostic(bool, WhiteBoxAPI, false, \ "Enable internal testing APIs") \ \