hotspot/src/os/windows/vm/os_windows.cpp
changeset 17376 4ee999c3c007
parent 17128 799aa0c1713e
child 17832 4bb8ccdc32a9
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Tue May 14 11:34:30 2013 +0400
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Tue May 14 09:41:12 2013 -0700
@@ -3307,7 +3307,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,