mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
fixing comment
This commit is contained in:
parent
aec3078a26
commit
ef89a7378f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user