From 83a49ef845e87ecec6cb1d0faff152b114bd3214 Mon Sep 17 00:00:00 2001 From: Vladimir Kozlov Date: Wed, 17 Mar 2021 20:00:31 +0000 Subject: [PATCH] 8263753: two new tests from JDK-8261671 fail with "Error. can not find ClassFileInstaller in test directory or libraries" Reviewed-by: dcubed --- test/hotspot/jtreg/compiler/intrinsics/bmi/TestBzhiI2L.java | 2 +- .../jtreg/compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hotspot/jtreg/compiler/intrinsics/bmi/TestBzhiI2L.java b/test/hotspot/jtreg/compiler/intrinsics/bmi/TestBzhiI2L.java index bd0ab7cfa4a..6659003878d 100644 --- a/test/hotspot/jtreg/compiler/intrinsics/bmi/TestBzhiI2L.java +++ b/test/hotspot/jtreg/compiler/intrinsics/bmi/TestBzhiI2L.java @@ -30,7 +30,7 @@ * @modules java.base/jdk.internal.misc * java.management * @build sun.hotspot.WhiteBox - * @run driver ClassFileInstaller sun.hotspot.WhiteBox + * @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions * -XX:+WhiteBoxAPI compiler.intrinsics.bmi.TestBzhiI2L */ diff --git a/test/hotspot/jtreg/compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java b/test/hotspot/jtreg/compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java index 49c2e03e457..8a55a236f51 100644 --- a/test/hotspot/jtreg/compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java +++ b/test/hotspot/jtreg/compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java @@ -29,7 +29,7 @@ * java.management * * @build sun.hotspot.WhiteBox - * @run driver ClassFileInstaller sun.hotspot.WhiteBox + * @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox * @run main/bootclasspath/othervm -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+AbortVMOnCompilationFailure * -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI2Instructions * compiler.intrinsics.bmi.verifycode.BzhiTestI2L