Open
Description
Compiler version
3.3.3
Description
When large source files are compiled, the compiler can generate class files which are binary different. The difference is usually in the order of entries in the constant pool or it may be the ordering of methods. Is there a compiler option to make output deterministic? Some industrial standards require checking binary consistency of generated artifacts.