`Apache xerces` uses a lot of `Class.forName` to create `SaxParser` object, which will call `ClassLoader.loadClass` for every xml parsing. And this will [block](https://plumbr.eu/blog/locked-threads/classloading-and-locking) each other, then leads to bad performance for a high load system.