src/os/windows/vm/os_windows.cpp

changeset 2220
1c352af0135d
parent 2036
126ea7725993
child 2222
b6aedd1acdc0
     1.1 --- a/src/os/windows/vm/os_windows.cpp	Tue Sep 21 06:58:44 2010 -0700
     1.2 +++ b/src/os/windows/vm/os_windows.cpp	Mon Oct 04 13:11:10 2010 -0400
     1.3 @@ -3992,7 +3992,7 @@
     1.4    if (time < 0) { // don't wait
     1.5      return;
     1.6    }
     1.7 -  else if (time == 0) {
     1.8 +  else if (time == 0 && !isAbsolute) {
     1.9      time = INFINITE;
    1.10    }
    1.11    else if  (isAbsolute) {

mercurial