author | acorn |
Fri, 30 Aug 2013 12:56:58 -0700 | |
changeset 19705 | dff6ed7dbae2 |
parent 19704 | 475be20c57de (current diff) |
parent 19700 | 1739ea7c8289 (diff) |
child 19706 | e552fd61a349 |
--- a/hotspot/src/share/vm/runtime/fprofiler.cpp Fri Aug 30 15:15:56 2013 -0400 +++ b/hotspot/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;