JUL Handlers can have a Formatter, but that's optional (i.e. java.util.logging.Handler#getFormatter may return null) Cleaned up logging #1219 introduced code which tries to access the formatter ...
The DisposalDaemon register a shutdown hook in its static block. If some code calls Bouncy Castle while the JVM is being shut down, and if the call triggers the loading of the DisposalDaemon class, an ...