We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4b6b8 commit 2cc3362Copy full SHA for 2cc3362
compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/nodes/loop/CountedLoopInfo.java
@@ -753,7 +753,8 @@ public GuardingNode createOverFlowGuard() {
753
* <p>
754
* For example, given this loop:
755
* {@snippet :
756
- * for (int i = 0; i < limit; i += 2) {}
+ * for (int i = 0; i < limit; i += 2) {
757
+ * }
758
* }
759
* Most of the time, this loop will execute a limited amount of iterations, and the value of
760
* {@code i} inside the loop body will be in the interval {@code [0, limit)}. However, in the
0 commit comments