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:
parent
103bce2074
commit
c1a7b8e306
@ -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;
|
||||
|
@ -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.*;
|
||||
|
@ -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.*;
|
||||
|
@ -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 {
|
||||
/**
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user