mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-17 03:13:11 +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