Integrated: 8299326: LinkResolver::resolve_field resolved_klass cannot be null
    Coleen Phillimore 
    coleenp at openjdk.org
       
    Wed Jan  4 14:45:59 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.
This pull request has now been integrated.
Changeset: ccbcea83
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ccbcea830dc8d8b99c919d491adc60f7b4e8f28d
Stats:     27 lines in 2 files changed: 6 ins; 8 del; 13 mod
8299326: LinkResolver::resolve_field resolved_klass cannot be null
Reviewed-by: iklam, fparain
-------------
PR: https://git.openjdk.org/jdk/pull/11832
    
    
More information about the hotspot-runtime-dev
mailing list