You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenJDK 7 has a maximum string length for constants that the atoms trip over, though the Oracle JDK is fine. Avoid this by using a StringBuilder to dynamically create the atom constants.
0 commit comments