hotspot/src/share/vm/runtime/globals.hpp

Print this page
rev 4166 : Merge

*** 3617,3626 **** --- 3617,3629 ---- product(bool, UseVMInterruptibleIO, false, \ "(Unstable, Solaris-specific) Thread interrupt before or with " \ "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") \ \ product(bool, PrintGCCause, true, \ "Include GC cause in GC logging") \