langtools/src/share/classes/com/sun/tools/javac/jvm/ClassFile.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 8042 d534dd80da9f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    57  *  </pre>
    57  *  </pre>
    58  *  <p>This class defines constants used in class files as well
    58  *  <p>This class defines constants used in class files as well
    59  *  as routines to convert between internal ``.'' and external ``/''
    59  *  as routines to convert between internal ``.'' and external ``/''
    60  *  separators in class names.
    60  *  separators in class names.
    61  *
    61  *
    62  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    62  *  <p><b>This is NOT part of any supported API.
    63  *  you write code that depends on this, you do so at your own risk.
    63  *  If you write code that depends on this, you do so at your own risk.
    64  *  This code and its internal interfaces are subject to change or
    64  *  This code and its internal interfaces are subject to change or
    65  *  deletion without notice.</b> */
    65  *  deletion without notice.</b> */
    66 public class ClassFile {
    66 public class ClassFile {
    67 
    67 
    68     public final static int JAVA_MAGIC = 0xCAFEBABE;
    68     public final static int JAVA_MAGIC = 0xCAFEBABE;