From 0b68ced027dd4e517f4e75146a3284cedd0e6f25 Mon Sep 17 00:00:00 2001 From: Igor Ignatyev Date: Sat, 13 Mar 2021 01:33:03 +0000 Subject: [PATCH] 8263548: runtime/cds/appcds/SharedRegionAlignmentTest.java fails to compile after JDK-8263412 Reviewed-by: dcubed --- .../jtreg/runtime/cds/appcds/SharedRegionAlignmentTest.java | 1 + 1 file changed, 1 insertion(+) 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");