Does Allatori compress class files?
No. We leave compression to jar or zip. Allatori actually reduces the size of your class files by a combination of renaming, removal of unneeded information, and other space saving optimizations that always maintain compatibility with Java’s class file format. It also removes unused constant pool entries and other unneeded information.