RFR: 8299414: JVMTI FollowReferences should support references from VirtualThread stack [v10]

Alex Menkov amenkov at openjdk.org
Thu May 4 21:04:28 UTC 2023


On Thu, 4 May 2023 01:55:28 GMT, Serguei Spitsyn <sspitsyn at 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


More information about the hotspot-dev mailing list