< prev index next >

test/langtools/tools/javac/profiles/ProfileOptionTest.java

Print this page

        

*** 148,157 **** --- 148,158 ---- error("unexpected exception from compiler: " + ise); break; case JDK1_9: case JDK1_10: case JDK1_11: + case JDK1_12: if (p == Profile.DEFAULT) break; if (ise == null) error("IllegalStateException not thrown as expected"); else if (!ise.getMessage().contains("option -profile " +
< prev index next >