langtools/test/tools/javac/diags/RunExamples.java
changeset 11551 cc9505564baf
parent 8226 8c2fd7e7bcf3
child 11554 64d41533dc9e
--- a/langtools/test/tools/javac/diags/RunExamples.java	Thu Jan 12 15:28:34 2012 +0000
+++ b/langtools/test/tools/javac/diags/RunExamples.java	Tue Jan 17 17:14:44 2012 -0800
@@ -23,10 +23,13 @@
 
 /**
  * @test
- * @bug 6968063
+ * @bug 6968063, 7127924
  * @summary provide examples of code that generate diagnostics
  * @build ArgTypeCompilerFactory Example HTMLWriter RunExamples
- * @run main RunExamples
+ * @run main/othervm RunExamples
+ */
+/*
+ *      See CR 7127924 for info on why othervm is used.
  */
 
 import java.io.*;