Java 11 changes the JMX authentication. The security/jmxremote.password file format changed to use spaces as the delimiter instead of equals sign. Same changes for security/jmxremote.access.
So, an empty password is no more supported.
Fixed in trunk
Fixed in trunk