Skip to content

Commit

Permalink
8315969: compiler/rangechecks/TestRangeCheckHoistingScaledIV.java: ma…
Browse files Browse the repository at this point in the history
…ke flagless

Reviewed-by: mdoerr
Backport-of: 9598ff83860235281a08091128b5df90a4a76916
  • Loading branch information
Amos Shi committed Jun 25, 2024
1 parent d7db5c5 commit 8c00900
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Arm Limited. All rights reserved.
* Copyright (c) 2022, 2023, Arm Limited. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,6 +26,7 @@
* @bug 8289996
* @summary Test range check hoisting for some scaled iv at array index
* @library /test/lib /
* @requires vm.flagless
* @requires vm.debug & vm.compiler2.enabled & (os.simpleArch == "x64" | os.arch == "aarch64")
* @modules jdk.incubator.vector
* @compile --enable-preview -source ${jdk.version} TestRangeCheckHoistingScaledIV.java
Expand Down

1 comment on commit 8c00900

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.