langtools/test/tools/javac/processing/options/testPrintProcessorInfo/TestWithXstdout.java
changeset 14963 974d4423c999
parent 13632 40c51bd45d38
child 27579 d1a63c99cdd5
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6987384
    26  * @bug 6987384
    27  * @summary -XprintProcessorRoundsInfo message printed with different timing than previous
    27  * @summary -XprintProcessorRoundsInfo message printed with different timing than previous
    28  * @library ../../../lib
    28  * @library /tools/javac/lib
    29  * @build JavacTestingAbstractProcessor Test TestWithXstdout
    29  * @build JavacTestingAbstractProcessor Test TestWithXstdout
    30  * @run main TestWithXstdout
    30  * @run main TestWithXstdout
    31  */
    31  */
    32 
    32 
    33 import java.io.*;
    33 import java.io.*;