BTW
The --add-opens java.base/java.util.concurrent=ALL-UNNAMED one is not needed since it's covered by --add-opens java.base/java.util=ALL-UNNAMED already.
The
--add-opens java.base/java.util.concurrent=ALL-UNNAMED
one is not needed since it's covered by
--add-opens java.base/java.util=ALL-UNNAMED
already.
Is not true. We need it as there's no inheritance.