RFR: 8337782: Use THROW_NULL instead of THROW_0 in pointer contexts in prims code

Aleksey Shipilev shade at openjdk.org
Mon Aug 5 14:46:33 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

Current changes look okay. I have not checked these caught all the instances of `THROW_MSG_0` in those files, did you check that somehow?

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

Marked as reviewed by shade (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20456#pullrequestreview-2219195890


More information about the hotspot-dev mailing list