8291735: methods_do() always run at exit
Reviewed-by: coleenp, kvn
This commit is contained in:
parent
687a461276
commit
c29a136787
@ -115,7 +115,7 @@ void collect_profiled_methods(Method* m) {
|
||||
}
|
||||
|
||||
void print_method_profiling_data() {
|
||||
if (ProfileInterpreter COMPILER1_PRESENT(|| C1UpdateMethodData) &&
|
||||
if ((ProfileInterpreter COMPILER1_PRESENT(|| C1UpdateMethodData)) &&
|
||||
(PrintMethodData || CompilerOracle::should_print_methods())) {
|
||||
ResourceMark rm;
|
||||
collected_profiled_methods = new GrowableArray<Method*>(1024);
|
||||
|
Loading…
x
Reference in New Issue
Block a user