LazyStorage's static initializer block calls ServiceLoader.load(), which in turn uses the Thread context classloader. This easily becomes inconsistent in multi-classloader applications, where the ...