RFR: 8366498: Simplify ClassFileParser::parse_super_class [v3]

Coleen Phillimore coleenp at openjdk.org
Wed Sep 3 23:44:44 UTC 2025


On Mon, 1 Sep 2025 07:55:39 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.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
> 
>   removed test-only assert

This makes a lot more sense.

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

Marked as reviewed by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27026#pullrequestreview-3182902899


More information about the hotspot-runtime-dev mailing list