langtools/src/share/classes/com/sun/tools/javac/Server.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 14801 d66cab4ef397
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    34 
    34 
    35 /**
    35 /**
    36  * Java Compiler Server.  Can be used to speed up a set of (small)
    36  * Java Compiler Server.  Can be used to speed up a set of (small)
    37  * compilation tasks by caching jar files between compilations.
    37  * compilation tasks by caching jar files between compilations.
    38  *
    38  *
    39  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    39  * <p><b>This is NOT part of any supported API.
    40  * If you write code that depends on this, you do so at your own
    40  * If you write code that depends on this, you do so at your own
    41  * risk.  This code and its internal interfaces are subject to change
    41  * risk.  This code and its internal interfaces are subject to change
    42  * or deletion without notice.</b></p>
    42  * or deletion without notice.</b></p>
    43  *
    43  *
    44  * @author Peter von der Ah&eacute;
    44  * @author Peter von der Ah&eacute;