RFR: 8337782: Use THROW_NULL instead of THROW_0 in pointer contexts in prims code
David Holmes
dholmes at openjdk.org
Tue Aug 6 03:53:30 UTC 2024
On Sat, 3 Aug 2024 23:38:27 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this trivial change that, in places in prims 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
Okay. Thanks for cleaning up.
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20456#pullrequestreview-2220221708
More information about the hotspot-dev
mailing list