On Thu, 4 May 2023 01:55:28 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:
>> Alex Menkov has updated the pull request incrementally with one additional >> commit since the last revision: >> >> feedback > > src/hotspot/share/prims/jvmtiTagMap.cpp line 2893: > >> 2891: HandleMark hm(current_thread); >> 2892: >> 2893: StackChunkFrameStream<ChunkFrames::Mixed> fs(chunk); > > There are ways to avoid using the `StackChunkFrameStream`. > You can find good examples in the jvmtiEnvBase.cpp. Fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13254#discussion_r1185510623