Skip to content

Commit 8c00900

Browse files
author
Amos Shi
committed
8315969: compiler/rangechecks/TestRangeCheckHoistingScaledIV.java: make flagless
Reviewed-by: mdoerr Backport-of: 9598ff83860235281a08091128b5df90a4a76916
1 parent d7db5c5 commit 8c00900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hotspot/jtreg/compiler/rangechecks/TestRangeCheckHoistingScaledIV.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Arm Limited. All rights reserved.
2+
* Copyright (c) 2022, 2023, Arm Limited. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
2626
* @bug 8289996
2727
* @summary Test range check hoisting for some scaled iv at array index
2828
* @library /test/lib /
29+
* @requires vm.flagless
2930
* @requires vm.debug & vm.compiler2.enabled & (os.simpleArch == "x64" | os.arch == "aarch64")
3031
* @modules jdk.incubator.vector
3132
* @compile --enable-preview -source ${jdk.version} TestRangeCheckHoistingScaledIV.java

0 commit comments

Comments
 (0)