You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/instrumentation/ObjLivenessInstrCallsInjector.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ public byte[] instrumentMethod() {
228
228
}
229
229
} while (opcNewToInstr == 0);
230
230
if (bci < bytecodesLength) {
231
-
// method was not fully instrumented -> issue warnining
231
+
// method was not fully instrumented -> issue warning
0 commit comments