hotspot/src/os/windows/vm/os_windows.cpp
changeset 17032 61a9e303d989
parent 17028 8972029d19a0
parent 17031 9a576749065b
child 17128 799aa0c1713e
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Sat Apr 20 19:02:11 2013 +0200
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Sun Apr 21 21:05:02 2013 -0700
@@ -3305,7 +3305,7 @@
   assert(ret != SYS_THREAD_ERROR, "StartThread failed"); // should propagate back
 }
 
-class HighResolutionInterval : public CHeapObj<mtThread> {
+class HighResolutionInterval {
   // 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,