< prev index next >

src/jdk.jdwp.agent/share/native/libjdwp/ArrayReferenceImpl.c

Print this page

        

*** 522,531 **** --- 522,532 ---- componentSignature = &signature[1]; switch (componentSignature[0]) { case JDWP_TAG(OBJECT): case JDWP_TAG(ARRAY): + case JDWP_TAG(INLINE_OBJECT): serror = readObjectComponents(env, in, array, index, length); break; case JDWP_TAG(BYTE): serror = readByteComponents(env, in, array, index, length);
< prev index next >