Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8291559

x86: compiler/vectorization/TestReverseBitsVector.java fails

    XMLWordPrintable

Details

    • b09

    Description

      Newly added test fails on x86_32:

      $ CONF=linux-x86-server-fastdebug make test TEST=compiler/vectorization/TestReverseBitsVector.java

      Failed IR Rules (2) of Methods (2)
      ----------------------------------
      1) Method "public void compiler.vectorization.TestReverseBitsVector.test_reverse_int1(int[],int[])" - [Failed IR rules: 1]:
         * @IR rule 1: "@compiler.lib.ir_framework.IR(applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeatureOr={}, applyIfCPUFeature={"avx2", "true"}, counts={"ReverseV", " > 0 "}, applyIfAnd={}, failOn={}, applyIfOr={}, applyIfNot={})"
           - counts: Graph contains wrong number of nodes:
             * Regex 1: ReverseV
               - Failed comparison: [found] 0 > 0 [given]
               - No nodes matched!

      2) Method "public void compiler.vectorization.TestReverseBitsVector.test_reverse_long1(long[],long[])" - [Failed IR rules: 1]:
         * @IR rule 1: "@compiler.lib.ir_framework.IR(applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeatureOr={}, applyIfCPUFeature={"avx2", "true"}, counts={"ReverseV", " > 0 "}, applyIfAnd={}, failOn={}, applyIfOr={}, applyIfNot={})"
           - counts: Graph contains wrong number of nodes:
             * Regex 1: ReverseV
               - Failed comparison: [found] 0 > 0 [given]
               - No nodes matched!

      Attachments

        Issue Links

          Activity

            People

              shade Aleksey Shipilev
              shade Aleksey Shipilev
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: