Integrated: 8371789: C2: More explicit dump results for TypePtr

Quan Anh Mai qamai at openjdk.org
Mon Nov 24 18:15:19 UTC 2025


On Thu, 13 Nov 2025 11:50:46 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> Hi,
> 
> This patch tries to clear up the dumped information of `TypePtr` and its subclasses. It makes it immediately clear the states of the `Type` object without us having to look into the implementation of `dump2`, for example, to know that the absence of `:NotNull` implies that it is a `BotPTR`.
> 
> Please take a look and kindly review, thanks a lot.

This pull request has now been integrated.

Changeset: 8bafc2f0
Author:    Quan Anh Mai <qamai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8bafc2f0aecbbe548573712a9dc31c9764f82f71
Stats:     232 lines in 3 files changed: 64 ins; 121 del; 47 mod

8371789: C2: More explicit dump results for TypePtr

Reviewed-by: chagedorn, vlivanov

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

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


More information about the hotspot-compiler-dev mailing list