[RFR] Ignore fields annotated with @LazyInit
Arthur Eubanks
aeubanks at google.com
Wed Jun 26 15:48:16 UTC 2019
On Tue, Jun 25, 2019 at 3:42 PM Jean Christophe Beyler <jcbeyler at google.com>
wrote:
> Looks good to me too,
>
> My only comment would be here:
>
> http://cr.openjdk.java.net/~aeubanks/tsanfieldignore/webrev.01/src/hotspot/share/interpreter/interpreterRuntime.cpp.udiff.html
>
> This could be:
>
>
> + bool is_tsan_ignore = false;+#if INCLUDE_TSAN+ is_tsan_ignore = info.access_flags().is_stable() || info.access_flags().is_tsan_ignore();+#endif // INCLUDE_TSAN+
>
> No need of a new webrev either way :)
>
> Jc
>
>
> Done.
More information about the tsan-dev
mailing list