Skip to content

Commit 4afacf2

Browse files
committed
spelling: statement we
Signed-off-by: Josh Soref <[email protected]>
1 parent e2cccd2 commit 4afacf2

File tree

1 file changed

+1
-1
lines changed
  • visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/classfile

1 file changed

+1
-1
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/classfile/ClassInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ int bciForLineNo(int methodIdx, int lineNo) {
181181

182182
if (spcs[i] < bestBCI) { // ..but check first if it's the smallest bci for this line.
183183
// The whole issue is due to 'while() { }' effectively compiled as 'do { } while()', where for the actual
184-
// line of the 'while' statementwe get two different bci's in the line number table:
184+
// line of the 'while' statement we get two different bci's in the line number table:
185185
// 1. the one for the initial 'goto' that transfers us to the condition check block in the end of the loop body
186186
// 2. the first bci of that condition check block.
187187
// Whether we hit this line as the first or the last line of our code fragment, the smallest bci is a correct answer.

0 commit comments

Comments
 (0)