test/tools/javac/diags/CheckExamples.java

changeset 1179
1e2f4f4fb9f7
parent 795
7b99f98b3035
child 1182
99261fc7d95d
equal deleted inserted replaced
1178:133744729455 1179:1e2f4f4fb9f7
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 6968063 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
29 * @run main CheckExamples 29 * @run main/othervm CheckExamples
30 */
31 /*
32 * See CR 7127924 for info on why othervm is used.
30 */ 33 */
31 34
32 import java.io.*; 35 import java.io.*;
33 import java.util.*; 36 import java.util.*;
34 37

mercurial