Skip to content

Commit

Permalink
Update Indify
Browse files Browse the repository at this point in the history
  • Loading branch information
biboudis committed Aug 13, 2024
1 parent 7163f37 commit ade7e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jdk/java/lang/invoke/indify/Indify.java
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@ private void readConstant(DataInputStream in) throws IOException {
case CONSTANT_InterfaceMethod:
case CONSTANT_NameAndType:
case CONSTANT_InvokeDynamic:
case CONSTANT_Dynamic:
// read an ordered pair
arg = new Short[] { in.readShort(), in.readShort() };
break;
Expand Down Expand Up @@ -1628,6 +1629,7 @@ public Instruction instructions() {
CONSTANT_NameAndType = 12,
CONSTANT_MethodHandle = 15, // JSR 292
CONSTANT_MethodType = 16, // JSR 292
CONSTANT_Dynamic = 17,
CONSTANT_InvokeDynamic = 18; // JSR 292
private static final byte
REF_getField = 1,
Expand Down

0 comments on commit ade7e12

Please sign in to comment.