File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
jdk.graal.compiler.test/src/jdk/graal/compiler/core/test
jdk.graal.compiler/src/jdk/graal/compiler/phases/common Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
public class ReportHotMetricsTest extends GraalCompilerTest {
38
38
39
- public static boolean PRINT_STDOUT = false ;
39
+ public static final boolean PRINT_STDOUT = false ;
40
40
41
41
static int sideEffect ;
42
42
Original file line number Diff line number Diff line change 58
58
* Analyzes and reports performance-critical aspects of a structured graph's intermediate
59
59
* representation (IR).
60
60
* <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
63
63
* performance-critical observations related to those regions (if any are present).
64
64
* </p>
65
65
* <p>
@@ -320,4 +320,4 @@ private static void reportHotLoopGuardsInside(List<Loop> hottestGlobalLoops) {
320
320
}
321
321
}
322
322
}
323
- }
323
+ }
You can’t perform that action at this time.
0 commit comments