[Rev 02] RFR: Add aarch64 specific lock/unlock tsan instruments

Jie He github.com+10233373+jhe33 at openjdk.java.net
Fri May 8 05:18:02 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.

Jie He has refreshed the contents of this pull request, and previous commits have been removed. The incremental views
will show differences compared to the previous content of the PR. The pull request contains one new commit since the
last revision:

  Add aarch64 specific lock/unlock tsan instruments
  
  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.
  
  Change-Id:

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

Changes:
  - all: https://git.openjdk.java.net/tsan/pull/9/files
  - new: https://git.openjdk.java.net/tsan/pull/9/files/c077b1bc..1112aca3

Webrevs:
 - full: https://webrevs.openjdk.java.net/tsan/9/webrev.02
 - incr: https://webrevs.openjdk.java.net/tsan/9/webrev.01-02

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 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