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 17:09:41 UTC 2023
On Mon, 24 Jul 2023 16:39:29 GMT, Jiangli Zhou <jiangli 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.
Filed https://bugs.openjdk.org/browse/JDK-8312616.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14938#issuecomment-1648285872
More information about the hotspot-runtime-dev
mailing list