# HG changeset patch # User sballal # Date 1514957135 -19800 # Node ID 8749f0b3d227f3ca5949b8b2b1ef727d1aff5e6a # Parent 35cf3c94742031c47ab8767b31d93e1b26df5f55 8193506: serviceability/sa/TestClassDump.java fails in OpenJDK build Reviewed-by: dholmes, cjplummer diff -r 35cf3c947420 -r 8749f0b3d227 test/hotspot/jtreg/serviceability/sa/TestClassDump.java --- a/test/hotspot/jtreg/serviceability/sa/TestClassDump.java Tue Jan 02 16:07:47 2018 -0800 +++ b/test/hotspot/jtreg/serviceability/sa/TestClassDump.java Wed Jan 03 10:55:35 2018 +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"); } }