8174059: langtools test failed again on win32 with the trial reversion changes for limited win32 address space

Reviewed-by: darcy
This commit is contained in:
Amy Lu 2017-02-16 13:38:09 +08:00
parent 103bce2074
commit c1a7b8e306
5 changed files with 5 additions and 3 deletions

View File

@ -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;

View File

@ -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.*;

View File

@ -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.*;

View File

@ -108,7 +108,7 @@ import static com.sun.tools.javac.util.Position.NOPOS;
* 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 {
/**

View File

@ -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;