8336816: runtime/PrintingTests/StringPrinting.java fails with release VMs

Reviewed-by: dholmes
This commit is contained in:
Jie Fu 2024-07-19 12:28:56 +00:00
parent 84bc4767a4
commit 6e9fcc2d80

View File

@ -28,7 +28,7 @@
* @library /test/lib
* @build jdk.test.whitebox.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+WhiteBoxAPI StringPrinting
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI StringPrinting
*/
import jdk.test.whitebox.WhiteBox;