Skip to content

Commit 3b7e684

Browse files
authored
Update ASMifier.java
1 parent c9d66aa commit 3b7e684

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

asm-util/src/main/java/org/objectweb/asm/util/ASMifier.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ public class ASMifier extends Printer {
116116
classVersions.put(Opcodes.V24, "V24");
117117
classVersions.put(Opcodes.V25, "V25");
118118
classVersions.put(Opcodes.V26, "V26");
119+
classVersions.put(Opcodes.V27, "V27");
120+
classVersions.put(Opcodes.V28, "V28");
121+
classVersions.put(Opcodes.V29, "V29");
122+
classVersions.put(Opcodes.V30, "V30");
123+
classVersions.put(Opcodes.V31, "V31");
119124
CLASS_VERSIONS = Collections.unmodifiableMap(classVersions);
120125
}
121126

0 commit comments

Comments
 (0)