diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 8c86d6aadde..7b24cf98e27 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -62,8 +62,6 @@ compiler/vectorization/TestVectorAlgorithms.java#noSuperWord 8376803 aix-ppc64,l compiler/vectorization/TestVectorAlgorithms.java#vanilla 8376803 aix-ppc64,linux-s390x compiler/vectorization/TestVectorAlgorithms.java#noOptimizeFill 8376803 aix-ppc64,linux-s390x -compiler/vectorapi/TestVectorLongToMaskNodeIdealization.java 8384428 generic-x64 - compiler/jvmci/TestUncaughtErrorInCompileMethod.java 8309073 generic-all compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/DataPatchTest.java 8331704 linux-riscv64 compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/MaxOopMapStackOffsetTest.java 8331704 linux-riscv64 diff --git a/test/hotspot/jtreg/compiler/vectorapi/TestVectorLongToMaskNodeIdealization.java b/test/hotspot/jtreg/compiler/vectorapi/TestVectorLongToMaskNodeIdealization.java index f9e50fbd23b..6e6363dbf66 100644 --- a/test/hotspot/jtreg/compiler/vectorapi/TestVectorLongToMaskNodeIdealization.java +++ b/test/hotspot/jtreg/compiler/vectorapi/TestVectorLongToMaskNodeIdealization.java @@ -95,7 +95,6 @@ public class TestVectorLongToMaskNodeIdealization { IRNode.VECTOR_MASK_TO_LONG, "= 0", // Optimized away IRNode.VECTOR_MASK_CAST, "= 0", // Optimized away IRNode.VECTOR_BLEND_I, IRNode.VECTOR_SIZE_4, "> 0", - IRNode.XOR_VI, IRNode.VECTOR_SIZE_4, "> 0", IRNode.STORE_VECTOR, "> 0"}, applyIfCPUFeatureAnd = {"avx2", "true", "avx512", "false"}) @IR(counts = {IRNode.REPLICATE_L, IRNode.VECTOR_SIZE_4, "> 0", @@ -170,7 +169,6 @@ public class TestVectorLongToMaskNodeIdealization { IRNode.VECTOR_MASK_TO_LONG, "= 0", // Optimized away IRNode.VECTOR_MASK_CAST, "= 0", // Optimized away IRNode.VECTOR_BLEND_I, IRNode.VECTOR_SIZE_4, "> 0", - IRNode.XOR_VI, IRNode.VECTOR_SIZE_4, "> 0", IRNode.STORE_VECTOR, "> 0"}, applyIfCPUFeatureAnd = {"avx2", "true", "avx512", "false"}) @IR(counts = {IRNode.REPLICATE_L, IRNode.VECTOR_SIZE_4, "> 0", @@ -221,7 +219,6 @@ public class TestVectorLongToMaskNodeIdealization { IRNode.VECTOR_MASK_TO_LONG, "= 0", // Optimized away IRNode.VECTOR_MASK_CAST, "= 0", // Optimized away IRNode.VECTOR_BLEND_I, IRNode.VECTOR_SIZE_4, "> 0", - IRNode.XOR_VI, IRNode.VECTOR_SIZE_4, "> 0", IRNode.STORE_VECTOR, "> 0"}, applyIfCPUFeatureAnd = {"avx2", "true", "avx512", "false"}) @IR(counts = {IRNode.REPLICATE_L, IRNode.VECTOR_SIZE_4, "= 0",