mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 12:38:24 +00:00
--release 9 should only allow documented modules; --add-exports/--add-reads/--patch-module should not be allowed on system modules when --release 9 is used. Reviewed-by: jjg, erikj, ihse