8174059: langtools test failed again on win32 with the trial reversion changes for limited win32 address space
authoramlu
Thu, 16 Feb 2017 13:38:09 +0800
changeset 43876 bfb874896f7e
parent 43875 d0e60aa1f18b
child 43877 a12e388192c0
8174059: langtools test failed again on win32 with the trial reversion changes for limited win32 address space Reviewed-by: darcy
langtools/test/tools/javac/lambda/intersection/IntersectionTargetTypeTest.java
langtools/test/tools/javac/tree/JavacTreeScannerTest.java
langtools/test/tools/javac/tree/SourceTreeScannerTest.java
langtools/test/tools/javac/tree/TreePosTest.java
langtools/test/tools/javac/varargs/7043922/T7043922.java
--- a/langtools/test/tools/javac/lambda/intersection/IntersectionTargetTypeTest.java	Wed Feb 15 18:30:31 2017 -0800
+++ b/langtools/test/tools/javac/lambda/intersection/IntersectionTargetTypeTest.java	Thu Feb 16 13:38:09 2017 +0800
@@ -26,6 +26,7 @@
  * @bug 8002099 8010822
  * @summary Add support for intersection types in cast expression
  * @modules jdk.compiler/com.sun.tools.javac.util
+ * @run main/othervm IntersectionTargetTypeTest
  */
 
 import com.sun.source.util.JavacTask;
--- a/langtools/test/tools/javac/tree/JavacTreeScannerTest.java	Wed Feb 15 18:30:31 2017 -0800
+++ b/langtools/test/tools/javac/tree/JavacTreeScannerTest.java	Thu Feb 16 13:38:09 2017 +0800
@@ -41,7 +41,7 @@
  *          jdk.compiler/com.sun.tools.javac.tree
  *          jdk.compiler/com.sun.tools.javac.util
  * @build AbstractTreeScannerTest JavacTreeScannerTest
- * @run main JavacTreeScannerTest -q -r .
+ * @run main/othervm JavacTreeScannerTest -q -r .
  */
 
 import java.io.*;
--- a/langtools/test/tools/javac/tree/SourceTreeScannerTest.java	Wed Feb 15 18:30:31 2017 -0800
+++ b/langtools/test/tools/javac/tree/SourceTreeScannerTest.java	Thu Feb 16 13:38:09 2017 +0800
@@ -41,7 +41,7 @@
  *          jdk.compiler/com.sun.tools.javac.tree
  *          jdk.compiler/com.sun.tools.javac.util
  * @build AbstractTreeScannerTest SourceTreeScannerTest
- * @run main SourceTreeScannerTest -q -r .
+ * @run main/othervm SourceTreeScannerTest -q -r .
  */
 
 import java.io.*;
--- a/langtools/test/tools/javac/tree/TreePosTest.java	Wed Feb 15 18:30:31 2017 -0800
+++ b/langtools/test/tools/javac/tree/TreePosTest.java	Thu Feb 16 13:38:09 2017 +0800
@@ -108,7 +108,7 @@
  *          jdk.compiler/com.sun.tools.javac.file
  *          jdk.compiler/com.sun.tools.javac.tree
  *          jdk.compiler/com.sun.tools.javac.util
- * @run main TreePosTest -q -r .
+ * @run main/othervm TreePosTest -q -r .
  */
 public class TreePosTest {
     /**
--- a/langtools/test/tools/javac/varargs/7043922/T7043922.java	Wed Feb 15 18:30:31 2017 -0800
+++ b/langtools/test/tools/javac/varargs/7043922/T7043922.java	Thu Feb 16 13:38:09 2017 +0800
@@ -28,6 +28,7 @@
  * @modules jdk.compiler/com.sun.tools.javac.api
  *          jdk.compiler/com.sun.tools.javac.file
  *          jdk.compiler/com.sun.tools.javac.util
+ * @run main/othervm T7043922
  */
 
 import com.sun.source.util.JavacTask;