changeset 44972:d2a28bbe4d44

8179000: Reversion of langtools test changes for limited win32 address space Reviewed-by: darcy
author amlu
date Fri, 28 Apr 2017 13:22:44 +0800
parents a53acd52932c
children 5327c5f0f323
files 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
diffstat 5 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/langtools/test/tools/javac/lambda/intersection/IntersectionTargetTypeTest.java	Thu Apr 27 05:31:54 2017 +0000
+++ b/langtools/test/tools/javac/lambda/intersection/IntersectionTargetTypeTest.java	Fri Apr 28 13:22:44 2017 +0800
@@ -26,7 +26,6 @@
  * @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	Thu Apr 27 05:31:54 2017 +0000
+++ b/langtools/test/tools/javac/tree/JavacTreeScannerTest.java	Fri Apr 28 13:22:44 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/othervm JavacTreeScannerTest -q -r .
+ * @run main JavacTreeScannerTest -q -r .
  */
 
 import java.io.*;
--- a/langtools/test/tools/javac/tree/SourceTreeScannerTest.java	Thu Apr 27 05:31:54 2017 +0000
+++ b/langtools/test/tools/javac/tree/SourceTreeScannerTest.java	Fri Apr 28 13:22:44 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/othervm SourceTreeScannerTest -q -r .
+ * @run main SourceTreeScannerTest -q -r .
  */
 
 import java.io.*;
--- a/langtools/test/tools/javac/tree/TreePosTest.java	Thu Apr 27 05:31:54 2017 +0000
+++ b/langtools/test/tools/javac/tree/TreePosTest.java	Fri Apr 28 13:22:44 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/othervm TreePosTest -q -r .
+ * @run main TreePosTest -q -r .
  */
 public class TreePosTest {
     /**
--- a/langtools/test/tools/javac/varargs/7043922/T7043922.java	Thu Apr 27 05:31:54 2017 +0000
+++ b/langtools/test/tools/javac/varargs/7043922/T7043922.java	Fri Apr 28 13:22:44 2017 +0800
@@ -28,7 +28,6 @@
  * @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;