hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ClassWriter.java
changeset 9124 f60dee480d49
parent 8921 14bfe81f2a9d
parent 9116 9bc44be338d6
child 10546 e79347eebbc5
equal deleted inserted replaced
9093:62b8e328f8c8 9124:f60dee480d49
   319                      dos.writeShort(refIndex);
   319                      dos.writeShort(refIndex);
   320                      if (DEBUG) debugMessage("CP[" + ci + "] = MT index = " + refIndex);
   320                      if (DEBUG) debugMessage("CP[" + ci + "] = MT index = " + refIndex);
   321                      break;
   321                      break;
   322                 }
   322                 }
   323 
   323 
   324                 case JVM_CONSTANT_InvokeDynamicTrans:
       
   325                 case JVM_CONSTANT_InvokeDynamic: {
   324                 case JVM_CONSTANT_InvokeDynamic: {
   326                      dos.writeByte(cpConstType);
   325                      dos.writeByte(cpConstType);
   327                      int value = cpool.getIntAt(ci);
   326                      int value = cpool.getIntAt(ci);
   328                      short bsmIndex = (short) extractLowShortFromInt(value);
   327                      short bsmIndex = (short) extractLowShortFromInt(value);
   329                      short nameAndTypeIndex = (short) extractHighShortFromInt(value);
   328                      short nameAndTypeIndex = (short) extractHighShortFromInt(value);