hotspot/src/os/windows/vm/os_windows.cpp
changeset 25472 381638db28e6
parent 25468 5331df506290
child 25477 7dad9f95fd31
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Thu Jul 03 09:16:56 2014 -0700
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Thu Jul 03 11:07:51 2014 -0700
@@ -4876,8 +4876,7 @@
   //    1 :=> 1
   //   -1 :=> either 0 or 1; must signal target thread
   //          That is, we can safely transition _Event from -1 to either
-  //          0 or 1. Forcing 1 is slightly more efficient for back-to-back
-  //          unpark() calls.
+  //          0 or 1.
   // See also: "Semaphores in Plan 9" by Mullender & Cox
   //
   // Note: Forcing a transition from "-1" to "1" on an unpark() means