RFR: 8344935: [ubsan]: javaThread.hpp:1241:52: runtime error: load of value 9831830, which is not a valid value for type 'freeze_result' [v3]
Richard Reingruber
rrich at openjdk.org
Wed Nov 27 07:39:38 UTC 2024
On Wed, 27 Nov 2024 06:13:37 GMT, David Holmes <dholmes at openjdk.org> wrote:
> If `thread` is always the current thread, please name it `current`.
It is always the current thread (freezing is always done by the thread that owns the frames). Please do the same for `freeze_epilog` just above `preempt_epilog`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22361#discussion_r1860080911
More information about the hotspot-runtime-dev
mailing list