[Integrated] RFR: Add function entry/exit instruments for aarch64

Jie He github.com+10233373+jhe33 at openjdk.java.net
Thu Apr 30 16:54:32 UTC 2020


On Wed, 29 Apr 2020 10:19:27 GMT, Jie He <github.com+10233373+jhe33 at openjdk.org> wrote:

> Add function entry/exit instruments for aarch64, including 3 places:
> gernate_normal_entry, generate_native_entry and generate_native_wrapper.
> 
> PS, I'm not sure if it's neccessary to instrument tsan into
> generate_native_wrapper, which is for compiled code. Now just follow x86.
> In addition, all tsan test cases could pass even though I remove the
> instruments in generate_native_wrapper.

This pull request has now been integrated.

Changeset: 4e35cd6b
Author:    jie.he <10233373+jhe33 at users.noreply.github.com>
Committer: Arthur Eubanks <aeubanks at openjdk.org>
URL:       https://git.openjdk.java.net/tsan/commit/4e35cd6b
Stats:     27 lines in 2 files changed: 0 ins; 27 del; 0 mod

Add function entry/exit instruments for aarch64

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

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


More information about the tsan-dev mailing list