Integrated: 8366498: Simplify ClassFileParser::parse_super_class

Ioi Lam iklam at openjdk.org
Thu Sep 4 16:22:56 UTC 2025


On Mon, 1 Sep 2025 05:19:43 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> The if `cp->resolved_klass_at()` is never true called because we are very early in class file parsing, so no klass CP entries have been resolved at this point.

This pull request has now been integrated.

Changeset: 79a1a98c
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/79a1a98cabb579a5de504144abacb386486fba7e
Stats:     33 lines in 2 files changed: 4 ins; 10 del; 19 mod

8366498: Simplify ClassFileParser::parse_super_class

Reviewed-by: dholmes, coleenp

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

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


More information about the hotspot-runtime-dev mailing list