--- old/test/hotspot/jtreg/serviceability/sa/TestClassDump.java 2017-12-28 09:49:07.987019000 +0530 +++ new/test/hotspot/jtreg/serviceability/sa/TestClassDump.java 2017-12-28 09:49:07.299019000 +0530 @@ -76,8 +76,8 @@ if (Files.notExists(Paths.get("jtreg_classes2", "sun", "util", "calendar", "BaseCalendar.class"))) { throw new RuntimeException("jtreg_classes2/sun/util/calendar/BaseCalendar.class not found"); } - if (Files.notExists(Paths.get("jtreg_classes2", "jdk", "internal", "vm", "PostVMInitHook.class"))) { - throw new RuntimeException("jtreg_classes2/jdk/internal/vm/PostVMInitHook.class not found"); + if (Files.notExists(Paths.get("jtreg_classes2", "jdk", "internal", "loader", "BootLoader.class"))) { + throw new RuntimeException("jtreg_classes2/jdk/internal/loader/BootLoader.class not found"); } }