RFR (trivial) 8203953: Rename SystemDictionary::load_shared_class(Symbol*, Handle, TRAPS) to load_shared_boot_class()

Jiangli Zhou jiangli.zhou at oracle.com
Fri Oct 26 19:55:04 UTC 2018


Please review this trivial change that renames 
SystemDictionary::load_shared_class(Symbol*, Handle, TRAPS) to 
load_shared_boot_class(), since it is only called for the boot loader. 
As part of the change, I also removed the 'class_loader.is_null()' check 
and made it as an assert.

webrev: http://cr.openjdk.java.net/~jiangli/8203953/webrev.00/

RFE: https://bugs.openjdk.java.net/browse/JDK-8203953

Tested build on linux-x64 and ran appcds tests locally. Will run 
tier1-tier3 after mach5 is back online.

Thanks,

Jiangli



More information about the hotspot-runtime-dev mailing list