Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 59d933d

Browse files
update whitebox name
1 parent 71c117d commit 59d933d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

test/hotspot/jtreg/compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
* jdk.internal.vm.ci/jdk.vm.ci.meta
3737
* jdk.internal.vm.ci/jdk.vm.ci.runtime
3838
*
39+
* @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper
3940
* @build compiler.jvmci.compilerToVM.InvalidateInstalledCodeTest
40-
* @build sun.hotspot.WhiteBox
41-
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
41+
* @build jdk.test.whitebox.WhiteBox
42+
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
4243
* @run junit/othervm -Xbootclasspath/a:.
4344
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
4445
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI

test/hotspot/jtreg/compiler/jvmci/compilerToVM/IterateFramesNative.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
* jdk.internal.vm.ci/jdk.vm.ci.code.stack
3838
* jdk.internal.vm.ci/jdk.vm.ci.meta
3939
*
40-
* @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox
41-
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
40+
* @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper jdk.test.whitebox.WhiteBox
41+
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox
4242
* @run main/othervm -Xbatch -Xbootclasspath/a:.
4343
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
4444
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
@@ -61,7 +61,7 @@
6161
import jdk.vm.ci.hotspot.CompilerToVMHelper;
6262
import jdk.vm.ci.hotspot.HotSpotStackFrameReference;
6363
import jdk.vm.ci.meta.ResolvedJavaMethod;
64-
import sun.hotspot.WhiteBox;
64+
import jdk.test.whitebox.WhiteBox;
6565

6666
import java.lang.reflect.Method;
6767
import java.util.concurrent.atomic.AtomicInteger;

0 commit comments

Comments
 (0)