[RFR]: Suppress some String races
Jean Christophe Beyler
jcbeyler at google.com
Mon Jun 24 16:58:11 UTC 2019
LGTM,
Jc
On Sun, Jun 23, 2019 at 2:12 PM Arthur Eubanks <aeubanks at google.com> wrote:
> Webrev:
> http://cr.openjdk.java.net/~aeubanks/tsanstring/webrev.00/index.html
>
> Some common String operations are racy, e.g. hashCode or concatenation.
> These races should be suppressed, since they are in the JDK.
> This change adds a test that calls hashCode() on a const String and does
> local String concatenation.
>
--
Thanks,
Jc
More information about the tsan-dev
mailing list