8315969: compiler/rangechecks/TestRangeCheckHoistingScaledIV.java: make flagless
Reviewed-by: thartmann, chagedorn
This commit is contained in:
parent
53eb6f126b
commit
9598ff8386
@ -51,8 +51,6 @@ compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java 8190680 generic-all
|
|||||||
compiler/runtime/Test8168712.java 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x
|
compiler/runtime/Test8168712.java 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x
|
||||||
compiler/loopopts/TestUnreachableInnerLoop.java 8288981 linux-s390x
|
compiler/loopopts/TestUnreachableInnerLoop.java 8288981 linux-s390x
|
||||||
|
|
||||||
compiler/rangechecks/TestRangeCheckHoistingScaledIV.java 8315969 generic-all
|
|
||||||
|
|
||||||
compiler/rtm/locking/TestRTMAbortRatio.java 8183263 generic-x64,generic-i586
|
compiler/rtm/locking/TestRTMAbortRatio.java 8183263 generic-x64,generic-i586
|
||||||
compiler/rtm/locking/TestRTMAbortThreshold.java 8183263 generic-x64,generic-i586
|
compiler/rtm/locking/TestRTMAbortThreshold.java 8183263 generic-x64,generic-i586
|
||||||
compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java 8183263 generic-x64,generic-i586
|
compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java 8183263 generic-x64,generic-i586
|
||||||
|
@ -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.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
@ -26,6 +26,7 @@
|
|||||||
* @bug 8289996
|
* @bug 8289996
|
||||||
* @summary Test range check hoisting for some scaled iv at array index
|
* @summary Test range check hoisting for some scaled iv at array index
|
||||||
* @library /test/lib /
|
* @library /test/lib /
|
||||||
|
* @requires vm.flagless
|
||||||
* @requires vm.debug & vm.compiler2.enabled & (os.simpleArch == "x64" | os.arch == "aarch64")
|
* @requires vm.debug & vm.compiler2.enabled & (os.simpleArch == "x64" | os.arch == "aarch64")
|
||||||
* @modules jdk.incubator.vector
|
* @modules jdk.incubator.vector
|
||||||
* @run main/othervm compiler.rangechecks.TestRangeCheckHoistingScaledIV
|
* @run main/othervm compiler.rangechecks.TestRangeCheckHoistingScaledIV
|
||||||
|
Loading…
Reference in New Issue
Block a user