8263753: two new tests from JDK-8261671 fail with "Error. can not find ClassFileInstaller in test directory or libraries"

Reviewed-by: dcubed
This commit is contained in:
Vladimir Kozlov 2021-03-17 20:00:31 +00:00
parent 24afa36d5c
commit 83a49ef845
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/

View File

@ -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