RFR: 8312401: SymbolTable::do_add_if_needed hang when requesting length exceeds max_symbol_length [v2]
Jiangli Zhou
jiangli at openjdk.org
Mon Jul 24 16:46:43 UTC 2023
On Mon, 24 Jul 2023 13:04:14 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> It looks like you did remove converting the message to a Symbol here, so are there other places where long symbol names come through this code? We should catch them at their sources.
Please see https://github.com/openjdk/jdk/pull/14938#issuecomment-1644534913. Exceptions::log_exception can be simply changed to use `char *`. Other callers might need a bit more work.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14938#discussion_r1272509030
More information about the hotspot-runtime-dev
mailing list