Skip to content

Commit

Permalink
Fix test that doesn't pass bytecode verification of Eclipse OpenJ9 JVM
Browse files Browse the repository at this point in the history
"JVMCFRE107 offset out of range in jump bytecode"
  • Loading branch information
Godin committed Nov 1, 2017
1 parent 4522341 commit cdd0ec1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -69,6 +69,7 @@ public void visitEnd() {
null);
mv.visitCode();
addCauseOfResizeInstructions(mv);
mv.visitInsn(Opcodes.NOP);
mv.visitMaxs(2, 1);
mv.visitEnd();
super.visitEnd();
Expand Down

0 comments on commit cdd0ec1

Please sign in to comment.