OpenJDK / jdk / jdk
changeset 59017:2654e127692a
8243620: a few compiler/jvmci tests can be run in driver mode
Reviewed-by: thartmann
author | iignatyev |
---|---|
date | Mon, 27 Apr 2020 09:16:39 -0700 |
parents | 791cf2f5207a |
children | d0471c9ed829 |
files | test/hotspot/jtreg/compiler/jvmci/TestEnableJVMCIProduct.java test/hotspot/jtreg/compiler/jvmci/TestJVMCIPrintProperties.java |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/jvmci/TestEnableJVMCIProduct.java Mon Apr 27 09:16:26 2020 -0700 +++ b/test/hotspot/jtreg/compiler/jvmci/TestEnableJVMCIProduct.java Mon Apr 27 09:16:39 2020 -0700 @@ -27,6 +27,7 @@ * @summary Tests effect of -XX:+EnableJVMCIProduct on EnableJVMCI and UseJVMCICompiler * @requires vm.jvmci * @library /test/lib + * @run driver TestEnableJVMCIProduct */ import jdk.test.lib.process.ProcessTools;
--- a/test/hotspot/jtreg/compiler/jvmci/TestJVMCIPrintProperties.java Mon Apr 27 09:16:26 2020 -0700 +++ b/test/hotspot/jtreg/compiler/jvmci/TestJVMCIPrintProperties.java Mon Apr 27 09:16:39 2020 -0700 @@ -27,6 +27,7 @@ * @summary Ensure -XX:-JVMCIPrintProperties can be enabled and successfully prints expected output to stdout. * @requires vm.jvmci & !vm.graal.enabled & vm.compMode == "Xmixed" * @library /test/lib + * @run driver TestJVMCIPrintProperties */ import jdk.test.lib.process.ProcessTools;