diff -r 97bd5e7151bc -r 5c956be64b9e test/tools/javac/cast/intersection/IntersectionTypeCastTest.java --- a/test/tools/javac/cast/intersection/IntersectionTypeCastTest.java Wed Jan 23 15:08:03 2013 +0000 +++ b/test/tools/javac/cast/intersection/IntersectionTypeCastTest.java Wed Jan 23 20:57:40 2013 +0000 @@ -23,13 +23,17 @@ /* * @test - * @bug 8002099 + * @bug 8002099 8006694 * @summary Add support for intersection types in cast expression + * temporarily workaround combo tests are causing time out in several platforms * @library ../../lib * @build JavacTestingAbstractThreadedTest - * @run main/timeout=360 IntersectionTypeCastTest + * @run main/othervm/timeout=360 IntersectionTypeCastTest */ +// use /othervm to avoid jtreg timeout issues (CODETOOLS-7900047) +// see JDK-8006746 + import java.net.URI; import java.util.Arrays; import javax.tools.Diagnostic;