src/os/windows/vm/os_windows.cpp

changeset 5103
f9be75d21404
parent 5034
0b55a78c6be5
child 5182
a213d425d87a
     1.1 --- a/src/os/windows/vm/os_windows.cpp	Tue May 14 11:34:30 2013 +0400
     1.2 +++ b/src/os/windows/vm/os_windows.cpp	Tue May 14 09:41:12 2013 -0700
     1.3 @@ -3307,7 +3307,7 @@
     1.4    assert(ret != SYS_THREAD_ERROR, "StartThread failed"); // should propagate back
     1.5  }
     1.6  
     1.7 -class HighResolutionInterval {
     1.8 +class HighResolutionInterval : public CHeapObj<mtThread> {
     1.9    // The default timer resolution seems to be 10 milliseconds.
    1.10    // (Where is this written down?)
    1.11    // If someone wants to sleep for only a fraction of the default,

mercurial