From ef89a7378fb094fe8037e99ed2c5cd6b63192adc Mon Sep 17 00:00:00 2001 From: Saranya Natarajan Date: Mon, 26 Jan 2026 16:28:29 +0100 Subject: [PATCH] fixing comment --- src/hotspot/share/opto/compile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/opto/compile.hpp b/src/hotspot/share/opto/compile.hpp index bf8b26c684c..74cb2b9426e 100644 --- a/src/hotspot/share/opto/compile.hpp +++ b/src/hotspot/share/opto/compile.hpp @@ -355,7 +355,7 @@ class Compile : public Phase { bool _print_assembly; // True if we should dump assembly code for this compilation bool _print_inlining; // True if we should print inlining for this compilation bool _print_intrinsics; // True if we should print intrinsics for this compilation - bool _print_phase_loop_opts; // True if we should before and after print phase loop opts + bool _print_phase_loop_opts; // True if we should print before and after loop opts phase #ifndef PRODUCT uint _phase_counter; // Counter for the number of already printed phases uint _igv_idx; // Counter for IGV node identifiers