mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-14 06:32: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