langtools/test/tools/javac/diags/CheckExamples.java
changeset 14541 36f9d11fc9aa
parent 13631 dc1212c348f9
child 16800 3267051107a1
equal deleted inserted replaced
14540:b7cbc1db01fe 14541:36f9d11fc9aa
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6968063 7127924
    26  * @bug 6968063 7127924
    27  * @summary provide examples of code that generate diagnostics
    27  * @summary provide examples of code that generate diagnostics
    28  * @build Example CheckExamples
    28  * @build Example CheckExamples DocCommentProcessor
    29  * @run main/othervm CheckExamples
    29  * @run main/othervm CheckExamples
    30  */
    30  */
       
    31 
    31 /*
    32 /*
    32  *      See CR 7127924 for info on why othervm is used.
    33  *      See CR 7127924 for info on why othervm is used.
    33  */
    34  */
    34 
    35 
    35 import java.io.*;
    36 import java.io.*;