The SA hashing of Strings for e.g. SymbolTable copies the JVM's algorithm, but does not implement the switching to an alternate hash algorithm when the table gets overloaded.
If a JVM has switched to the alternate hash algorithm, expect SA functionality to break.
(Noticed while investigating 8028623.)