-
Bug
-
Resolution: Fixed
-
P3
-
20, 21
-
b31
-
aarch64
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8300005 | 21 | Xiaohong Gong | P3 | Resolved | Fixed | b05 |
JDK-8300366 | 20.0.1 | Xiaohong Gong | P3 | Resolved | Fixed | b02 |
test/hotspot/jtreg/compiler/vectorapi/VectorGatherScatterTest.java fails randomly on SVE server with the IR check failure:
One or more @IR rules failed:
Failed IR Rules (2) of Methods (2)
----------------------------------
1) Method "public static void compiler.vectorapi.VectorGatherScatterTest.testLoadGatherMasked()" - [Failed IR rules: 1]:
* @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeatureOr={}, applyIfCPUFeature={}, counts={"_#LOAD_VECTOR_GATHER_MASKED#_", ">= 1"}, failOn={}, applyIfAnd={}, applyIfOr={}, applyIfNot={})"
> Phase "PrintIdeal":
- counts: Graph contains wrong number of nodes:
* Constraint 1: "(\\d+(\\s){2}(LoadVectorGatherMasked.*)+(\\s){2}===.*)"
- Failed comparison: [found] 0 >= 1 [given]
- No nodes matched!
2) Method "public static void compiler.vectorapi.VectorGatherScatterTest.testStoreScatterMasked()" - [Failed IR rules: 1]:
* @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeatureOr={}, applyIfCPUFeature={}, counts={"_#STORE_VECTOR_SCATTER_MASKED#_", ">= 1"}, failOn={}, applyIfAnd={}, applyIfOr={}, applyIfNot={})"
> Phase "PrintIdeal":
- counts: Graph contains wrong number of nodes:
* Constraint 1: "(\\d+(\\s){2}(StoreVectorScatterMasked.*)+(\\s){2}===.*)"
- Failed comparison: [found] 0 >= 1 [given]
- No nodes matched!
>>> Check stdout for compilation output of the failed methods
One or more @IR rules failed:
Failed IR Rules (2) of Methods (2)
----------------------------------
1) Method "public static void compiler.vectorapi.VectorGatherScatterTest.testLoadGatherMasked()" - [Failed IR rules: 1]:
* @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeatureOr={}, applyIfCPUFeature={}, counts={"_#LOAD_VECTOR_GATHER_MASKED#_", ">= 1"}, failOn={}, applyIfAnd={}, applyIfOr={}, applyIfNot={})"
> Phase "PrintIdeal":
- counts: Graph contains wrong number of nodes:
* Constraint 1: "(\\d+(\\s){2}(LoadVectorGatherMasked.*)+(\\s){2}===.*)"
- Failed comparison: [found] 0 >= 1 [given]
- No nodes matched!
2) Method "public static void compiler.vectorapi.VectorGatherScatterTest.testStoreScatterMasked()" - [Failed IR rules: 1]:
* @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeatureOr={}, applyIfCPUFeature={}, counts={"_#STORE_VECTOR_SCATTER_MASKED#_", ">= 1"}, failOn={}, applyIfAnd={}, applyIfOr={}, applyIfNot={})"
> Phase "PrintIdeal":
- counts: Graph contains wrong number of nodes:
* Constraint 1: "(\\d+(\\s){2}(StoreVectorScatterMasked.*)+(\\s){2}===.*)"
- Failed comparison: [found] 0 >= 1 [given]
- No nodes matched!
>>> Check stdout for compilation output of the failed methods
- backported by
-
JDK-8300005 IR test: VectorGatherScatterTest.java fails with SVE randomly
-
- Resolved
-
-
JDK-8300366 IR test: VectorGatherScatterTest.java fails with SVE randomly
-
- Resolved
-