Merge
authorhseigel
Fri, 30 Aug 2013 15:57:06 -0400
changeset 19703 2fc1e5c09609
parent 19700 1739ea7c8289 (diff)
parent 19702 7b249e0a6082 (current diff)
child 19706 e552fd61a349
Merge
--- a/hotspot/src/share/vm/runtime/fprofiler.cpp	Fri Aug 30 15:15:22 2013 -0400
+++ b/hotspot/src/share/vm/runtime/fprofiler.cpp	Fri Aug 30 15:57:06 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;