hotspot/src/os/windows/vm/os_windows.cpp
changeset 31783 dbc24ca25ee4
parent 31610 b05ea6f92971
child 31963 641ed52732ec
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Mon Jul 13 11:49:23 2015 -0400
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Sat Jul 11 12:36:46 2015 +0300
@@ -3740,15 +3740,6 @@
          "stack size not a multiple of page size");
 
   initialize_performance_counter();
-
-  // Win95/Win98 scheduler bug work-around. The Win95/98 scheduler is
-  // known to deadlock the system, if the VM issues to thread operations with
-  // a too high frequency, e.g., such as changing the priorities.
-  // The 6000 seems to work well - no deadlocks has been notices on the test
-  // programs that we have seen experience this problem.
-  if (!os::win32::is_nt()) {
-    StarvationMonitorInterval = 6000;
-  }
 }