mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-25 02:14:07 +00:00
Implemented VM side of open modules, which export all their packages unqualifiedly. Automatic modules and unnamed modules are treated internally as open modules. Reviewed-by: alanb, hseigel, lfoltan