The classes listed and loaded eagerly have static initializers which take a tiny bit of time.
These initializers cannot be actually run in parallel because classes are loaded serially,
but executing them back to back does help speed things up a bit.
Referencing this method is enough to cause the static initializer
to be called. Referencing this method in several classes is therefore safe.
This method itself does nothing.