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

[lworld] compiler/c2/irTests/scalarReplacement/ScalarReplacementWithGCBarrierTests.java fails after merging jdk-24+13

XMLWordPrintable

      compiler/c2/irTests/scalarReplacement/ScalarReplacementWithGCBarrierTests.java fails (IR mismatches) after merging jdk-24+13

      1) Method "private int compiler.c2.irTests.scalarReplacement.ScalarReplacementWithGCBarrierTests.testScalarReplacementWithGCBarrier(compiler.c2.irTests.scalarReplacement.ScalarReplacementWithGCBarrierTests$List)" - [Failed IR rules: 2]:
         * @IR rule 1: "@compiler.lib.ir_framework.IR(phase={AFTER_PARSING}, applyIfPlatformAnd={}, applyIfCPUFeatureOr={}, counts={"_#ALLOC#_", "1"}, failOn={}, applyIfPlatform={}, applyIfPlatformOr={}, applyIfOr={}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeature={}, applyIfAnd={}, applyIfNot={})"
           > Phase "After Parsing":
             - counts: Graph contains wrong number of nodes:
               * Constraint 1: "(\d+(\s){2}(Allocate\b.*)+(\s){2}===.*)"
                 - Failed comparison: [found] 2 = 1 [given]
                   - Matched nodes (2):
                     * 62 Allocate === 30 6 7 8 1 (60 59 41 1 1 _ _ _ 1 38 1 38 1 ) [[ 63 64 65 72 73 74 ]] rawptr:NotNull ( int:>=0, java/lang/Object:NotNull *, bool, top, bool, bottom, java/lang/Object:NotNull *, long ) ScalarReplacementWithGCBarrierTests$List::iter @ bci:0 (line 50) ScalarReplacementWithGCBarrierTests::testScalarReplacementWithGCBarrier @ bci:1 (line 109) !jvms: ScalarReplacementWithGCBarrierTests$List::iter @ bci:0 (line 50) ScalarReplacementWithGCBarrierTests::testScalarReplacementWithGCBarrier @ bci:1 (line 109)
                     * 533 Allocate === 498 345 499 8 1 (138 250 41 1 1 _ _ _ 1 38 79 79 269 79 466 ) [[ 534 535 536 543 544 545 ]] rawptr:NotNull ( int:>=0, java/lang/Object:NotNull *, bool, top, bool, bottom, java/lang/Object:NotNull *, long ) Integer::valueOf @ bci:23 (line 999) ScalarReplacementWithGCBarrierTests$Iter::next @ bci:81 (line 74) ScalarReplacementWithGCBarrierTests::testScalarReplacementWithGCBarrier @ bci:6 (line 111) !jvms: Integer::valueOf @ bci:23 (line 999) ScalarReplacementWithGCBarrierTests$Iter::next @ bci:81 (line 74) ScalarReplacementWithGCBarrierTests::testScalarReplacementWithGCBarrier @ bci:6 (line 111)
         * @IR rule 2: "@compiler.lib.ir_framework.IR(phase={INCREMENTAL_BOXING_INLINE}, applyIfPlatformAnd={}, applyIfCPUFeatureOr={}, counts={"_#ALLOC#_", "2"}, failOn={}, applyIfPlatform={}, applyIfPlatformOr={}, applyIfOr={}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeature={}, applyIfAnd={}, applyIfNot={})"
           > Phase "Incremental Boxing Inline":
             - NO compilation output found for this phase! Make sure this phase is emitted or remove it from the list of compile phases in the @IR rule to match on.

            chagedorn Christian Hagedorn
            dsimms David Simms
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: