mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-23 16:55:09 +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