test/tools/javac/diags/MessageInfo.java

changeset 1179
1e2f4f4fb9f7
parent 843
92ab09ed59fd
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 7013272 26 * @bug 7013272, 7127924
27 * @summary Automatically generate info about how compiler resource keys are used 27 * @summary Automatically generate info about how compiler resource keys are used
28 * @build Example ArgTypeCompilerFactory MessageFile MessageInfo 28 * @build Example ArgTypeCompilerFactory MessageFile MessageInfo
29 * @run main MessageInfo 29 * @run main/othervm MessageInfo
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.text.SimpleDateFormat; 36 import java.text.SimpleDateFormat;
34 import java.util.*; 37 import java.util.*;

mercurial