mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-13 11:55:38 +00:00
- Inline DecimalDigits.digit2() to avoid method call overhead - Remove dependency on lookup tables, use direct calculation - Simplify conditional checks in parsing loops - CodeSize remains < 325 (JIT inlineable) - Performance: Integer.parseInt +6.7%, Long.parseLong +7.1% Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Welcome to the JDK!
For build instructions please see the online documentation, or either of these files:
- doc/building.html (html version)
- doc/building.md (markdown version)
See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.
Description
Languages
Java
73.9%
C++
14.1%
C
7.9%
Assembly
2.7%
Objective-C
0.4%
Other
0.8%