# HG changeset patch # User acorn # Date 1377892618 25200 # Node ID dff6ed7dbae2cbff8f9dd62b187bef21646108ae # Parent 475be20c57de759c6b87066d71fb9a1f5c27ccde# Parent 1739ea7c82899b891fec724565c9c7c0d72abb71 Merge diff -r 475be20c57de -r dff6ed7dbae2 hotspot/src/share/vm/runtime/fprofiler.cpp --- 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;