Integrated: 8337783: Use THROW_NULL instead of THROW_0 in pointer contexts in misc runtime code
Kim Barrett
kbarrett at openjdk.org
Mon Aug 5 20:07:39 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
This pull request has now been integrated.
Changeset: 7146daee
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7146daee68788bf9a33d6eed6fb0614a82644cbc
Stats: 33 lines in 6 files changed: 0 ins; 0 del; 33 mod
8337783: Use THROW_NULL instead of THROW_0 in pointer contexts in misc runtime code
Reviewed-by: stefank, shade
-------------
PR: https://git.openjdk.org/jdk/pull/20457
More information about the hotspot-dev
mailing list