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:42:43 UTC 2023


On Mon, 24 Jul 2023 13:06:23 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> I think just the javaClasses.cpp and the test should be enough to fix this bug. Thank you for fixing it.

Thanks for the review., @coleenp  I'll revert other changes. I'm still concerned about the usages of java_lang_Throwable::detail_message in other places, if we are not going to truncate the string length explicitly. I'll file a separate bug for investigating other callers for java_lang_Throwable::detail_message. @dholmes-ora also suggested.

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

PR Comment: https://git.openjdk.org/jdk/pull/14938#issuecomment-1648249582


More information about the hotspot-runtime-dev mailing list