RFR: Add aarch64 specific lock/unlock tsan instruments

Jie He github.com+10233373+jhe33 at openjdk.java.net
Thu May 7 11:22:18 UTC 2020


Add aarch64 specific lock/unlock instruments into interpreter and
runtime.

Update an assertion in aarch64 due to different memory layout.

With tsan enabled, too small java stack often causes SOE, especially
thread "process reaper". Therefore, for running jtreg test in aarch64,
we have to set jdk.lang.processReaperUseDefaultStackSize as true.

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

Commit messages:
 - Add aarch64 specific lock/unlock tsan instruments

Changes: https://git.openjdk.java.net/tsan/pull/9/files
 Webrev: https://webrevs.openjdk.java.net/tsan/9/webrev.00
  Stats: 38 lines in 3 files changed: 37 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/tsan/pull/9.diff
  Fetch: git fetch https://git.openjdk.java.net/tsan pull/9/head:pull/9

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


More information about the tsan-dev mailing list