-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JIT] Backport 8318446: C2: optimize stores into primitive arrays by …
…combining values into larger store Summary: include these patches for merge stores optimization 8318446: C2: optimize stores into primitive arrays by combining values into larger store 8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug" 8335390: C2 MergeStores: wrong result with Unsafe 8331311: C2: Big Endian Port of 8318446: optimize stores into primitive arrays by combining values into larger store 8331085: Crash in MergePrimitiveArrayStores::is_compatible_store() 8331252: C2: MergeStores: handle negative shift values 8331054: C2 MergeStores: assert failed: unexpected basic type after JDK-8318446 and JDK-8329555 8335392: C2 MergeStores: enhanced pointer parsing 8334342: Add MergeStore JMH benchmarks 8226411: C2: Avoid memory barriers around off-heap unsafe accesses Fix is_ConI() query after port 8318446 Fix for comments Testing: CI/CD Reviewers: zhuoren.wz, MaxXSoft Issue: #920 Fix for comments Add missing assertion in round_down_power_of_2()
- Loading branch information
Showing
21 changed files
with
4,368 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.