OpenJDK / jdk / jdk
changeset 60696:5b6afcf23ca3
8252404: compiler/c1/TestTraceLinearScanLevel.java fails with release VMs
Reviewed-by: kvn, thartmann
author | jiefu |
---|---|
date | Thu, 27 Aug 2020 10:35:00 +0800 |
parents | 1f251538a4b6 |
children | 6db0cb3893c5 |
files | test/hotspot/jtreg/compiler/c1/TestTraceLinearScanLevel.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/c1/TestTraceLinearScanLevel.java Thu Aug 27 06:34:27 2020 +0200 +++ b/test/hotspot/jtreg/compiler/c1/TestTraceLinearScanLevel.java Thu Aug 27 10:35:00 2020 +0800 @@ -26,6 +26,7 @@ * @bug 8251093 * @summary Sanity check the flag TraceLinearScanLevel with the highest level in a silent HelloWorld program. * + * @requires vm.debug == true & vm.compiler1.enabled * @run main/othervm -XX:TraceLinearScanLevel=4 compiler.c1.TestTraceLinearScanLevel */ package compiler.c1;