RFR (trivial) 8203953: Rename SystemDictionary::load_shared_class(Symbol*, Handle, TRAPS) to load_shared_boot_class() (original) (raw)
Jiangli Zhou jiangli.zhou at oracle.com
Fri Oct 26 19:55:04 UTC 2018
- Previous message: RFR 8212997: [TESTBUG] Remove defmeth tests for class file versions 50 and 51
- Next message: RFR (trivial) 8203953: Rename SystemDictionary::load_shared_class(Symbol*, Handle, TRAPS) to load_shared_boot_class()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: RFR 8212997: [TESTBUG] Remove defmeth tests for class file versions 50 and 51
- Next message: RFR (trivial) 8203953: Rename SystemDictionary::load_shared_class(Symbol*, Handle, TRAPS) to load_shared_boot_class()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]