8290253: gc/g1/TestVerificationInConcurrentCycle.java#id1 fails with "Error. can't find sun.hotspot.WhiteBox in test directory or libraries"

Reviewed-by: dcubed
This commit is contained in:
Thomas Schatzl 2022-07-13 18:31:03 +00:00
parent 535804554d
commit 5e3ecff7a6

@ -48,8 +48,8 @@ package gc.g1;
* @summary Basic testing of various GC pause verification during the G1 concurrent cycle. It leaves
* out G1VerifyBitmaps as this is a debug-only option.
* @library /test/lib
* @build sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
* @build jdk.test.whitebox.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
* @run main/othervm
* -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI