This repository was archived by the owner on May 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
test/hotspot/jtreg/compiler/jvmci/compilerToVM Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
6161import jdk .vm .ci .hotspot .CompilerToVMHelper ;
6262import jdk .vm .ci .hotspot .HotSpotStackFrameReference ;
6363import jdk .vm .ci .meta .ResolvedJavaMethod ;
64- import sun . hotspot .WhiteBox ;
64+ import jdk . test . whitebox .WhiteBox ;
6565
6666import java .lang .reflect .Method ;
6767import java .util .concurrent .atomic .AtomicInteger ;
You can’t perform that action at this time.
0 commit comments