RFR: 8337783: Use THROW_NULL instead of THROW_0 in pointer contexts in misc runtime code
Aleksey Shipilev
shade at openjdk.org
Mon Aug 5 14:50:32 UTC 2024
On Sat, 3 Aug 2024 23:41:48 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this trivial change that, in misc. runtime code where a pointer
> value is required, replaces uses of THROW_0 and THROW_MSG_0 with THROW_NULL
> and THROW_MSG_NULL respectively.
>
> Testing: mach5 tier1
Current changes look okay. Same as in other PR, I have not checked these caught all the instances of `THROW_*` in those files.
-------------
Marked as reviewed by shade (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20457#pullrequestreview-2219204335
More information about the hotspot-dev
mailing list