mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-13 16:38:50 +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