diff src/share/vm/compiler/compileBroker.cpp @ 2215:999f8086cc4f

More changes to make it compile and work on win64.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 20:44:57 +0100
parents 0cd39a385a72
children 2ab52cda08e5
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Mon Feb 21 19:53:48 2011 +0100
+++ b/src/share/vm/compiler/compileBroker.cpp	Mon Feb 21 20:44:57 2011 +0100
@@ -600,8 +600,8 @@
     }
 
     {
-      ThreadToNativeFromVM trans(JavaThread::current());
-      usleep(1000);
+      //ThreadToNativeFromVM trans(JavaThread::current());
+      os::sleep(THREAD, 10, true);
     }
     ++z;
   }