We are seeing this assertion failure with the changes of JDK-8293541. However, this seem to be an existing rare issue that is only triggered with JDK-8293541 with the following test, scenario, and additional flags:
Test: TestOnStackReplacement::test3()
Scenario: 3
Added flags: -XX:-TieredCompilation -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing -XX:-ReduceFieldZeroing -XX:MaxNodeLimit=100000 -DScenarios=3
The test was manually uncommented withJDK-8293541. This bug should fix this already existing issue.
Test: TestOnStackReplacement::test3()
Scenario: 3
Added flags: -XX:-TieredCompilation -XX:-ReduceInitialCardMarks -XX:-ReduceBulkZeroing -XX:-ReduceFieldZeroing -XX:MaxNodeLimit=100000 -DScenarios=3
The test was manually uncommented with
- relates to
-
JDK-8293541 [lworld] IR verification fails for TestLWorld::test109_sharp and test110_sharp
-
- Resolved
-