RFR: 8339290: Optimize ClassFile Utf8EntryImpl#writeTo [v20]
Claes Redestad
redestad at openjdk.org
Wed Sep 4 13:46:24 UTC 2024
On Wed, 4 Sep 2024 12:01:37 GMT, Shaojin Wen <swen at openjdk.org> wrote:
>> Use fast path for ascii characters 1 to 127 to improve the performance of writing Utf8Entry to BufferWriter.
>
> Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
>
> from @cl4es 's suggestion
There's an open bug on this test intermittently(?) failing in GHA: https://bugs.openjdk.org/browse/JDK-8338712 - so I think we can assume it's not something caused by something here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20772#issuecomment-2329104670
More information about the core-libs-dev
mailing list