--- old/test/hotspot/jtreg/runtime/exceptionMsgs/IncompatibleClassChangeError/IncompatibleClassChangeErrorTest.java 2018-06-20 20:14:56.622684287 -0400 +++ new/test/hotspot/jtreg/runtime/exceptionMsgs/IncompatibleClassChangeError/IncompatibleClassChangeErrorTest.java 2018-06-20 20:14:55.085154648 -0400 @@ -212,7 +212,7 @@ } private static String expectedErrorMessage3 = - "Class test.ICC3_B can not implement test.ICC3_A, because it is not an interface"; + "class test.ICC3_B can not implement test.ICC3_A, because it is not an interface (test.ICC3_A is in unnamed Module of loader 'app')"; public static void test3_implementsClass() throws Exception { try {