langtools/test/tools/javac/api/evalexpr/MemoryFileManager.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    41 /**
    41 /**
    42  * A file manager for compiling strings to byte arrays.
    42  * A file manager for compiling strings to byte arrays.
    43  * This file manager delegates to another file manager
    43  * This file manager delegates to another file manager
    44  * to lookup classes on boot class path.
    44  * to lookup classes on boot class path.
    45  *
    45  *
    46  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    46  * <p><b>This is NOT part of any supported API.
    47  * If you write code that depends on this, you do so at your own
    47  * If you write code that depends on this, you do so at your own
    48  * risk.  This code and its internal interfaces are subject to change
    48  * risk.  This code and its internal interfaces are subject to change
    49  * or deletion without notice.</b></p>
    49  * or deletion without notice.</b></p>
    50  * @author Peter von der Ah&eacute;
    50  * @author Peter von der Ah&eacute;
    51  */
    51  */