RFR: Enable array access instrumentation for aarch64

Jie He github.com+10233373+jhe33 at openjdk.java.net
Tue Jun 16 11:42:25 UTC 2020


On Wed, 3 Jun 2020 23:04:40 GMT, Man Cao <manc at openjdk.org> wrote:

> We don't have a plan to port or enable tsan in C1 yet. The implementation is in JDK8 and has not been ported to JDK 11
> or tip. We are currently a bit understaffed on the TSAN project, so we cannot commit to get C1 support working.

Did you test the previous C1 with tsan enabled?  could it benefit race detection for real workload than interpreter
version? as we know, interpreter will report the race before C1 involved.

-------------

PR: https://git.openjdk.java.net/tsan/pull/13


More information about the tsan-dev mailing list