RFR: 8325002: Exceptions::fthrow needs to ensure it truncates to a valid utf8 string

David Holmes dholmes at openjdk.org
Sat Jul 27 12:33:30 UTC 2024


On Sat, 27 Jul 2024 07:23:55 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:

>> I am looking specifically for the second byte of six pattern.
>
> The current code matches the pattern 0b1x1xxxxx, and you want to match 0b1010xxxx

Doh! Thanks for that.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20345#discussion_r1693951018


More information about the hotspot-dev mailing list