RFR: 8274903: Zero: Support AsyncGetCallTrace [v2]

Aleksey Shipilev shade at openjdk.java.net
Wed Nov 10 16:26:16 UTC 2021


On Wed, 10 Nov 2021 12:41:44 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>> 
>>  - Review feedback
>>  - Merge branch 'master' into JDK-8274903-zero-asyncgetcalltrace
>>  - Initial work: runs async-profiler successfully
>
> src/hotspot/cpu/zero/frame_zero.cpp line 174:
> 
>> 172: 
>> 173:   // validate locals
>> 174:   address locals =  (address) *interpreter_frame_locals_addr();
> 
> Unneeded spaces around '(address)'.

Fixed.

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

PR: https://git.openjdk.java.net/jdk/pull/5848


More information about the serviceability-dev mailing list