Skip to content

Commit

Permalink
8263753: two new tests from JDK-8261671 fail with "Error. can not fin…
Browse files Browse the repository at this point in the history
…d ClassFileInstaller in test directory or libraries"

Reviewed-by: dcubed
  • Loading branch information
Vladimir Kozlov committed Mar 17, 2021
1 parent 24afa36 commit 83a49ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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
*/
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit 83a49ef

Please sign in to comment.