Skip to content

Commit ade7e12

Browse files
committed
Update Indify
1 parent 7163f37 commit ade7e12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/jdk/java/lang/invoke/indify/Indify.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,7 @@ private void readConstant(DataInputStream in) throws IOException {
13551355
case CONSTANT_InterfaceMethod:
13561356
case CONSTANT_NameAndType:
13571357
case CONSTANT_InvokeDynamic:
1358+
case CONSTANT_Dynamic:
13581359
// read an ordered pair
13591360
arg = new Short[] { in.readShort(), in.readShort() };
13601361
break;
@@ -1628,6 +1629,7 @@ public Instruction instructions() {
16281629
CONSTANT_NameAndType = 12,
16291630
CONSTANT_MethodHandle = 15, // JSR 292
16301631
CONSTANT_MethodType = 16, // JSR 292
1632+
CONSTANT_Dynamic = 17,
16311633
CONSTANT_InvokeDynamic = 18; // JSR 292
16321634
private static final byte
16331635
REF_getField = 1,

0 commit comments

Comments
 (0)