src/share/vm/runtime/fprofiler.cpp

changeset 5616
522d69638aa8
parent 4936
aeaca88565e6
child 5617
491de79915eb
equal deleted inserted replaced
5608:915cc4f3fb15 5616:522d69638aa8
923 } 923 }
924 if (interval_expired) { 924 if (interval_expired) {
925 FlatProfiler::interval_print(); 925 FlatProfiler::interval_print();
926 FlatProfiler::interval_reset(); 926 FlatProfiler::interval_reset();
927 } 927 }
928
929 FREE_C_HEAP_ARRAY(JavaThread *, threadsList, mtInternal);
928 } else { 930 } else {
929 // Couldn't get the threads lock, just record that rather than blocking 931 // Couldn't get the threads lock, just record that rather than blocking
930 FlatProfiler::threads_lock_ticks += 1; 932 FlatProfiler::threads_lock_ticks += 1;
931 } 933 }
932 934

mercurial