langtools/test/tools/javac/api/evalexpr/ByteArrayClassLoader.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    26 import java.util.Map;
    26 import java.util.Map;
    27 
    27 
    28 /**
    28 /**
    29  * A class loader which loads classes from byte arrays.
    29  * A class loader which loads classes from byte arrays.
    30  *
    30  *
    31  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    31  * <p><b>This is NOT part of any supported API.
    32  * If you write code that depends on this, you do so at your own
    32  * If you write code that depends on this, you do so at your own
    33  * risk.  This code and its internal interfaces are subject to change
    33  * risk.  This code and its internal interfaces are subject to change
    34  * or deletion without notice.</b></p>
    34  * or deletion without notice.</b></p>
    35  * @author Peter von der Ah&eacute;
    35  * @author Peter von der Ah&eacute;
    36  */
    36  */