mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-29 20:33:25 +00:00
SystemDitionary::load_shared_class can avoid calling is_shared_class_visible if dumptime and runtime do not use modulepath and boot classpath appending. Reviewed-by: iklam, ccheung