langtools/src/share/classes/com/sun/tools/javac/jvm/Pool.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 14046 8ef5d5b19998
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    29 
    29 
    30 import com.sun.tools.javac.code.Symbol.*;
    30 import com.sun.tools.javac.code.Symbol.*;
    31 
    31 
    32 /** An internal structure that corresponds to the constant pool of a classfile.
    32 /** An internal structure that corresponds to the constant pool of a classfile.
    33  *
    33  *
    34  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    34  *  <p><b>This is NOT part of any supported API.
    35  *  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
    37  *  deletion without notice.</b>
    37  *  deletion without notice.</b>
    38  */
    38  */
    39 public class Pool {
    39 public class Pool {
    40 
    40