diff --git a/test/hotspot/jtreg/runtime/cds/appcds/SharedRegionAlignmentTest.java b/test/hotspot/jtreg/runtime/cds/appcds/SharedRegionAlignmentTest.java index 3485649369f..fb6294d02b5 100644 --- a/test/hotspot/jtreg/runtime/cds/appcds/SharedRegionAlignmentTest.java +++ b/test/hotspot/jtreg/runtime/cds/appcds/SharedRegionAlignmentTest.java @@ -37,6 +37,7 @@ */ import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.helpers.ClassFileInstaller; public class SharedRegionAlignmentTest { static String appJar = ClassFileInstaller.getJarPath("hello.jar");