Just for those who are annoyed by this just as much as I am -
> Since it uses `java.util.logging`, I expect you could suppress this > message by configuring jul with a level that suppresses this message. > But really, you should only be seeing it once per init. > No, it doesn't use j.u.l. - it just prints directly to syserr, which is a pity. https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java#L1095-L1097 D.
