8291735: methods_do() always run at exit

Reviewed-by: coleenp, kvn
This commit is contained in:
Tobias Holenstein 2023-02-16 12:55:01 +00:00
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);