hotspot/src/os/windows/vm/os_windows.cpp
changeset 17026 72b2233861f1
parent 16672 152c041083e1
child 17031 9a576749065b
child 17028 8972029d19a0
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Thu Apr 18 14:03:37 2013 -0400
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Fri Apr 19 11:08:52 2013 -0700
@@ -3305,7 +3305,7 @@
   assert(ret != SYS_THREAD_ERROR, "StartThread failed"); // should propagate back
 }
 
-class HighResolutionInterval {
+class HighResolutionInterval : public CHeapObj<mtThread> {
   // The default timer resolution seems to be 10 milliseconds.
   // (Where is this written down?)
   // If someone wants to sleep for only a fraction of the default,