Integrated: 8339159: api/java_rmi/Naming/Rebind.html crashes with SEGV from UTF8::quoted_ascii_length call
David Holmes
dholmes at openjdk.org
Thu Sep 12 06:17:10 UTC 2024
On Thu, 5 Sep 2024 05:44:47 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
This pull request has now been integrated.
Changeset: cfbf74fc
Author: David Holmes <dholmes at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cfbf74fca493515495212d48a12ed109785eccc4
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8339159: api/java_rmi/Naming/Rebind.html crashes with SEGV from UTF8::quoted_ascii_length call
Reviewed-by: iklam, aboldtch
-------------
PR: https://git.openjdk.org/jdk/pull/20865
More information about the hotspot-runtime-dev
mailing list