Module "java.se" is now missing from the boot layer
David Lloyd
david.lloyd at redhat.com
Thu Jul 12 14:40:39 UTC 2018
It does work if you manually add "java.se" to the command line via
"--add-modules" though. Was this an intentional change?
On Thu, Jul 12, 2018 at 9:37 AM David Lloyd <david.lloyd at redhat.com> wrote:
>
> In the most recent EA, calling
> ModuleLayer.boot().findModule("java.se") now appears to return an
> empty Optional, which is a change in behavior compared to 9/10 AFAICT.
>
> However the module does appear in the output of "java --list-modules".
> --
> - DML
--
- DML
More information about the jigsaw-dev
mailing list