On Wed, 10 Nov 2021 12:41:44 GMT, Serguei Spitsyn <sspit...@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