OpenJDK / jdk / jdk
changeset 57902:8482ab8f9b4c
8237953: vmTestbase/jit/tiered/Test.java failure after JDK-8237798
Reviewed-by: iveresov
author | iignatyev |
---|---|
date | Thu, 30 Jan 2020 08:55:20 -0800 |
parents | 560b2becbe87 |
children | 085463e75652 |
files | test/hotspot/jtreg/vmTestbase/jit/tiered/Test.java |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/vmTestbase/jit/tiered/Test.java Thu Jan 30 12:00:38 2020 -0800 +++ b/test/hotspot/jtreg/vmTestbase/jit/tiered/Test.java Thu Jan 30 08:55:20 2020 -0800 @@ -34,6 +34,9 @@ * If tiered compilation is explicitly disabled the test verifies that there are no * output from PrintTieredEvents. * + * @comment the test can't be run w/ jvmci compiler enabled as it enforces tiered compilation + * @requires vm.opt.UseJVMCICompiler != true + * * @library /vmTestbase * /test/lib * @run driver vmTestbase.jit.tiered.Test