mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-28 03:43:21 +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