--- old/src/share/vm/runtime/globals.hpp 2014-05-30 19:53:59.411156112 +0400 +++ new/src/share/vm/runtime/globals.hpp 2014-05-30 19:53:59.291156116 +0400 @@ -1097,7 +1097,7 @@ "Call loadClassInternal() rather than loadClass()") \ \ product_pd(bool, DontYieldALot, \ - "Throw away obvious excess yield calls (for Solaris only)") \ + "Throw away obvious excess yield calls") \ \ product_pd(bool, ConvertSleepToYield, \ "Convert sleep(0) to thread yield " \ @@ -1105,7 +1105,7 @@ \ product(bool, ConvertYieldToSleep, false, \ "Convert yield to a sleep of MinSleepInterval to simulate Win32 " \ - "behavior (Solaris only)") \ + "behavior") \ \ product(bool, UseBoundThreads, true, \ "Bind user level threads to kernel threads (for Solaris only)") \ @@ -1143,8 +1143,8 @@ "avoid NPTL-FUTEX hang pthread_cond_timedwait") \ \ product(bool, FilterSpuriousWakeups, true, \ - "Prevent spurious or premature wakeups from object.wait " \ - "(Solaris only)") \ + "When true prevents OS-level spurious, or premature, wakeups " \ + "from Object.wait (Ignored for Windows)") \ \ product(intx, NativeMonitorTimeout, -1, "(Unstable)") \ \ @@ -3461,10 +3461,10 @@ "(-1 means no change)") \ \ product(bool, CompilerThreadHintNoPreempt, true, \ - "(Solaris only) Give compiler threads an extra quanta") \ + "Give compiler threads an extra quanta") \ \ product(bool, VMThreadHintNoPreempt, false, \ - "(Solaris only) Give VM thread an extra quanta") \ + "Give VM thread an extra quanta") \ \ product(intx, JavaPriority1_To_OSPriority, -1, \ "Map Java priorities to OS priorities") \