Skip to content

Commit cf72b57

Browse files
committed
style fixes
1 parent 5cd86bc commit cf72b57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compiler/src/jdk.graal.compiler.test/src/jdk/graal/compiler/core/test/ReportHotMetricsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
public class ReportHotMetricsTest extends GraalCompilerTest {
3838

39-
public static boolean PRINT_STDOUT = false;
39+
public static final boolean PRINT_STDOUT = false;
4040

4141
static int sideEffect;
4242

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/phases/common/ReportHotCodePhase.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
* Analyzes and reports performance-critical aspects of a structured graph's intermediate
5959
* representation (IR).
6060
* <p>
61-
* This phase traverses all sections of the code, sorts and identifies the hottest regions of the
62-
* IR— typically loops or frequently executed blocks—and generates a report highlighting any known
61+
* This phase traverses all sections of the code, sorts and identifies the hottest regions of the IR
62+
* - typically loops or frequently executed blocks - wand generates a report highlighting any known
6363
* performance-critical observations related to those regions (if any are present).
6464
* </p>
6565
* <p>
@@ -320,4 +320,4 @@ private static void reportHotLoopGuardsInside(List<Loop> hottestGlobalLoops) {
320320
}
321321
}
322322
}
323-
}
323+
}

0 commit comments

Comments
 (0)