RFR: 8299326: LinkResolver::resolve_field resolved_klass cannot be null

Frederic Parain fparain at openjdk.org
Tue Jan 3 21:41:50 UTC 2023


On Tue, 3 Jan 2023 17:13:59 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Removed the code checking for null and add an assert for the creation of LinkInfo that the resolved_klass can't be null.  Use delegating constructors for LinkInfo.
> Tested with tier1-7.

Looks good to me.

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

Marked as reviewed by fparain (Committer).

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


More information about the hotspot-runtime-dev mailing list