Merge
authorzgu
Fri, 30 Aug 2013 13:38:45 -0400
changeset 19700 1739ea7c8289
parent 19697 d55ba95422d7 (current diff)
parent 19699 1f0f30ed36e6 (diff)
child 19703 2fc1e5c09609
child 19705 dff6ed7dbae2
Merge
--- a/hotspot/src/share/vm/runtime/fprofiler.cpp	Fri Aug 30 07:04:42 2013 -0700
+++ b/hotspot/src/share/vm/runtime/fprofiler.cpp	Fri Aug 30 13:38:45 2013 -0400
@@ -925,6 +925,8 @@
       FlatProfiler::interval_print();
       FlatProfiler::interval_reset();
     }
+
+    FREE_C_HEAP_ARRAY(JavaThread *, threadsList, mtInternal);
   } else {
     // Couldn't get the threads lock, just record that rather than blocking
     FlatProfiler::threads_lock_ticks += 1;