RFR: 8339159: api/java_rmi/Naming/Rebind.html crashes with SEGV from UTF8::quoted_ascii_length call [v3]

Ioi Lam iklam at openjdk.org
Thu Sep 12 02:43:09 UTC 2024


On Wed, 11 Sep 2024 21:11:19 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> This is a long standing bug in the symboltable=trace logging code that we just discovered because we enabled trace logging in some of our testing. The logging code is passed a Symbol that we apparently couldn't fast-free from the resource area, but in a debug build the Symbol has already been zapped and so can't be printed.
>> 
>> Testing
>>  - internal testing of the code that demonstrated the failure (but it is intermittent)
>>  - tiers 1-3 sanity
>> 
>> Thanks
>
> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update comment

Marked as reviewed by iklam (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/20865#pullrequestreview-2299108325


More information about the hotspot-runtime-dev mailing list