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

Kim Barrett kbarrett at openjdk.org
Tue Aug 6 05:37:34 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

This pull request has now been integrated.

Changeset: 20575949
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/20575949612a750a428316635715737183a2d58c
Stats:     47 lines in 6 files changed: 0 ins; 0 del; 47 mod

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

Reviewed-by: shade, dholmes

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

PR: https://git.openjdk.org/jdk/pull/20456


More information about the hotspot-dev mailing list