hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/HTMLGenerator.java
changeset 6062 bab93afe9df7
parent 5882 6b2aecc4f7d8
child 6418 6671edbd230e
equal deleted inserted replaced
5929:279fd26a4b68 6062:bab93afe9df7
   578                break;
   578                break;
   579 
   579 
   580             case JVM_CONSTANT_MethodType:
   580             case JVM_CONSTANT_MethodType:
   581                buf.cell("JVM_CONSTANT_MethodType");
   581                buf.cell("JVM_CONSTANT_MethodType");
   582                buf.cell(Integer.toString(cpool.getIntAt(index)));
   582                buf.cell(Integer.toString(cpool.getIntAt(index)));
       
   583                break;
       
   584 
       
   585             case JVM_CONSTANT_InvokeDynamic:
       
   586                buf.cell("JVM_CONSTANT_InvokeDynamic");
       
   587                buf.cell(genLowHighShort(cpool.getIntAt(index)));
   583                break;
   588                break;
   584 
   589 
   585             default:
   590             default:
   586                throw new InternalError("unknown tag: " + ctag);
   591                throw new InternalError("unknown tag: " + ctag);
   587          }
   592          }