RFR: 8339159: api/java_rmi/Naming/Rebind.html crashes with SEGV from UTF8::quoted_ascii_length call [v3]
David Holmes
dholmes at openjdk.org
Wed Sep 11 21:11:19 UTC 2024
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20865/files
- new: https://git.openjdk.org/jdk/pull/20865/files/978bc567..017d25ab
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20865&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20865&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/20865.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20865/head:pull/20865
PR: https://git.openjdk.org/jdk/pull/20865
More information about the hotspot-runtime-dev
mailing list