langtools/src/share/classes/com/sun/tools/classfile/BootstrapMethods_attribute.java
changeset 9303 eae35c201e19
parent 8042 d534dd80da9f
child 14259 fb94a1df0d53
equal deleted inserted replaced
9302:13a19cf713fd 9303:eae35c201e19
    26 package com.sun.tools.classfile;
    26 package com.sun.tools.classfile;
    27 
    27 
    28 import java.io.IOException;
    28 import java.io.IOException;
    29 
    29 
    30 /**
    30 /**
    31  * See JVMS3 <TBD>
    31  * See JVMS <TBD>
    32  * http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/
    32  * http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/
    33  *
    33  *
    34  *  <p><b>This is NOT part of any supported API.
    34  *  <p><b>This is NOT part of any supported API.
    35  *  If you write code that depends on this, you do so at your own risk.
    35  *  If you write code that depends on this, you do so at your own risk.
    36  *  This code and its internal interfaces are subject to change or
    36  *  This code and its internal interfaces are subject to change or