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.
2 parents c11561f + 60e0884 commit 1cdb64fCopy full SHA for 1cdb64f
OPAL/br/src/main/scala/org/opalj/br/reader/BytecodeOptimizer.scala
@@ -294,8 +294,8 @@ trait BytecodeOptimizer extends MethodsBinding {
294
) {
295
// Replace it by a short goto, which has length 3 instead of length 5
296
instructions(pc + 0) = GOTO(newBranchoffset)
297
- instructions(pc + 1) = NOP
298
- instructions(pc + 2) = NOP
+ instructions(pc + 3) = NOP
+ instructions(pc + 4) = NOP
299
simplified = true
300
} else {
301
// let's replace the original jump
0 commit comments