--- old/test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java 2018-04-26 22:42:06.096000000 +0530 +++ new/test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java 2018-04-26 22:42:05.904000000 +0530 @@ -166,6 +166,7 @@ "No suitable match for type of address")); expStrMap.put("printall", List.of( "aload_0", + "_nofast_aload_0", "Constant Pool of", "public static void main(java.lang.String[])", "Bytecode", @@ -175,6 +176,8 @@ "invokedynamic")); unExpStrMap.put("printall", List.of( "sun.jvm.hotspot.types.WrongTypeException", + "illegal code", + "Failure occurred at bci", "No suitable match for type of address")); test.runOnCore(TEST_CDS_CORE_FILE_NAME, cmds, expStrMap, unExpStrMap); } catch (Exception ex) {