After PR #16245, C2 optimizes stores into primitive arrays by combining values into larger stores.
Rewrites the code of appendNull and append(boolean) methods so that these two methods can be optimized by C2.
Rewrites the code of appendNull and append(boolean) methods so that these two methods can be optimized by C2.
- causes
-
JDK-8349183 [BACKOUT] Optimization for StringBuilder append boolean & null
-
- Resolved
-
- is cloned by
-
JDK-8349225 [REDO] Optimization for StringBuilder append boolean & null
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/5890d943
-
Review(master) openjdk/jdk/19626