--- old/test/hotspot/jtreg/runtime/exceptionMsgs/IncompatibleClassChangeError/IncompatibleClassChangeErrorTest.java 2018-06-22 19:21:59.062824543 -0400 +++ new/test/hotspot/jtreg/runtime/exceptionMsgs/IncompatibleClassChangeError/IncompatibleClassChangeErrorTest.java 2018-06-22 19:21:57.555506401 -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 {