RFR: 8261846: [JVMCI] c2v_iterateFrames can get out of sync with the StackFrameStream
Vladimir Kozlov
kvn at openjdk.java.net
Wed Feb 17 00:48:37 UTC 2021
On Tue, 16 Feb 2021 20:17:30 GMT, Tom Rodriguez <never at openjdk.org> wrote:
> c2v_iterateFrames mixes a StackFrameSteam and vframes and the vframe factory method can silently skip stub frames. The could leave the StackFrameStream out of sync with the vframe walk. This can cause the iteration fail in strange ways and assert in fastdebug builds.
Update copyright year in vframe.hpp.
Otherwise good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2594
More information about the hotspot-dev
mailing list