changeset 12155:735f94656acc

Merge
author acorn
date Fri, 30 Aug 2013 12:56:58 -0700
parents 3a1df0dce3e5 (current diff) ac2764460da7 (diff)
children 2918c7e21a3a
files
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/fprofiler.cpp	Fri Aug 30 15:15:56 2013 -0400
+++ b/src/share/vm/runtime/fprofiler.cpp	Fri Aug 30 12:56:58 2013 -0700
@@ -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;