On Wed, 29 Jan 2025 16:36:24 GMT, Shaojin Wen <[email protected]> wrote:
> The byte[] allocated in Integer/Long.toString is fully filled, so we can use > Unsafe.allocateUninitializedArray to create byte[] to improve performance. Keep it alive. ------------- PR Comment: https://git.openjdk.org/jdk/pull/23353#issuecomment-2708921634
