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

Coleen Phillimore coleenp at openjdk.org
Tue Jan 3 20:53:49 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.

Thanks, Ioi!

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

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


More information about the hotspot-runtime-dev mailing list