Changes to String internal representation made in Java 1.7.0_06
String has a different set of fields since Java 7u6: it now consumes 8 bytes less than before, but its substring method now runs in linear time. ... 2. Hacker way: fix sun.misc.Hashing class. Highly not recommended. If you still wish to go ahead, here is ...