--- old/test/hotspot/jtreg/runtime/SharedArchiveFile/DumpSharedDictionary.java 2018-03-02 22:46:03.177952338 -0500 +++ new/test/hotspot/jtreg/runtime/SharedArchiveFile/DumpSharedDictionary.java 2018-03-02 22:46:02.434532278 -0500 @@ -81,7 +81,7 @@ output = CDSTestUtils.executeAndLog(pb, "jcmd-systemdictionary-verbose"); try { output.shouldContain("Shared Dictionary"); - output.shouldContain("Dictionary for class loader 0x"); + output.shouldContain("Dictionary for loader data: 0x"); output.shouldContain("^java.lang.String"); } catch (RuntimeException e) { output.shouldContain("Unknown diagnostic command");