Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport toString相关优化和线程安全问题 #182

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wenshao
Copy link
Contributor

@wenshao wenshao commented Mar 5, 2025

  1. 修复 8349183: [BACKOUT] Optimization for StringBuilder append boolean & null 发现的问题 8349183: [BACKOUT] Optimization for StringBuilder append boolean & null openjdk/jdk#23420
  2. 8343962: [REDO] Move getChars to DecimalDigits 8343962: [REDO] Move getChars to DecimalDigits openjdk/jdk#22023
  3. Backport 8348870: Eliminate array bound checks in DecimalDigits 8348870: Eliminate array bound checks in DecimalDigits openjdk/jdk#23335
  4. Backport 8349241: Fix the concurrent execution JVM crash of StringBuilder::append(int/long) openjdk/jdk#23427

这些backport能提升Integer/Long.toString以及StringBuilder.append(int/long)的性能,并且修复并发操作StringBuilder可能导致JVM Crash的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant