Why does this excede the 65,535 byte limit in Java constructors and static Initializers?
Disclaimer: I realize I can generate this at runtime in Java, this was needed for a very special case while performance testing some code. I've found a different approach, so now this is just more of a curiosity than anything practical. I've tried the following as a static field, as an instance field, and initialized directly within the...