langtools/test/tools/javac/processing/rounds/OverwriteBetweenCompilations.java
changeset 41637 7b24b4c32ee6
parent 36778 e04318f39f92
equal deleted inserted replaced
41636:086a3c7a6b56 41637:7b24b4c32ee6
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8038455
    26  * @bug 8038455
    27  * @summary Verify that annotation processor can overwrite source and class files it generated
    27  * @summary Verify that annotation processor can overwrite source and class files it generated
    28  *          during previous compilations, and that the Symbols are updated appropriatelly.
    28  *          during previous compilations, and that the Symbols are updated appropriately.
    29  * @library /tools/lib /tools/javac/lib/
    29  * @library /tools/lib /tools/javac/lib/
    30  * @modules jdk.compiler/com.sun.tools.javac.api
    30  * @modules jdk.compiler/com.sun.tools.javac.api
    31  *          jdk.compiler/com.sun.tools.javac.main
    31  *          jdk.compiler/com.sun.tools.javac.main
    32  *          jdk.compiler/com.sun.tools.javac.processing
    32  *          jdk.compiler/com.sun.tools.javac.processing
    33  *          jdk.compiler/com.sun.tools.javac.util
    33  *          jdk.compiler/com.sun.tools.javac.util