SUGGESTED FIX
--- /home/psoper/public_html/webrev/rt_baseline_070507141657/./src/share/vm/runtime/globals.hpp- Mon May 7 14:19:58 2007
+++ globals.hpp Mon May 7 14:16:52 2007
@@ -1,7 +1,7 @@
#ifdef USE_PRAGMA_IDENT_HDR
-#pragma ident "@(#)globals.hpp 1.961 07/04/26 18:22:30 JVM"
+#pragma ident "@(#)globals.hpp 1.962 07/05/07 14:16:51 JVM"
#endif
/*
* Copyright (c) 2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
@@ -3119,11 +3119,11 @@
"Enable dtrace probes for monitor events") \
\
product(bool, RelaxAccessControlCheck, false, \
"Relax the access control checks in the verifier") \
\
- product(bool, UseVMInterruptibleIO, true, \
+ product(bool, UseVMInterruptibleIO, false, \
"(Unstable, Solaris-specific) Thread interrupt before or with " \
"EINTR for I/O operations results in OS_INTRPT")
/*
|