File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/classfile Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ int bciForLineNo(int methodIdx, int lineNo) {
181
181
182
182
if (spcs [i ] < bestBCI ) { // ..but check first if it's the smallest bci for this line.
183
183
// 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:
185
185
// 1. the one for the initial 'goto' that transfers us to the condition check block in the end of the loop body
186
186
// 2. the first bci of that condition check block.
187
187
// Whether we hit this line as the first or the last line of our code fragment, the smallest bci is a correct answer.
You can’t perform that action at this time.
0 commit comments