[9] RFR (XS) 8044339: wrong comment for FilterSpuriousWakeups option
Lev Priima
lev.priima at oracle.com
Thu May 29 18:33:52 UTC 2014
Please review and help me with integration:
diff -r 102506d9d873 src/share/vm/runtime/globals.hpp
--- a/src/share/vm/runtime/globals.hpp Wed May 28 14:42:00 2014 +0400
+++ b/src/share/vm/runtime/globals.hpp Thu May 29 22:29:37 2014 +0400
@@ -1144,7 +1144,7 @@
\
product(bool, FilterSpuriousWakeups,
true, \
"Prevent spurious or premature wakeups from object.wait
" \
- "(Solaris
only)") \
+ "(Ignored for
Windows)") \
\
product(intx, NativeMonitorTimeout, -1,
"(Unstable)") \
\
bug: https://bugs.openjdk.java.net/browse/JDK-8044339
--
Lev
More information about the hotspot-runtime-dev
mailing list