test/tools/javac/api/evalexpr/ByteArrayClassLoader.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
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 */

mercurial