RFR: 8309399: JVMTI spec needs to clarify when OPAQUE_FRAME is thrown for reasons other than a native method [v7]
Chris Plummer
cjplummer at openjdk.org
Tue Jul 15 03:22:39 UTC 2025
On Fri, 11 Jul 2025 20:08:01 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> It was decided in a local discussion with Chris and Alan to update the JVMTI spec to make descriptions/clarifications of some `JVMTI_ERROR_OPAQUE_FRAME` cases more consistent.
>> This impacts the following JVMTI spec sections:
>> - `PopFrame`
>> - `NotifyFramePop`
>> - `ForceEarlyReturn<Type>`
>> - `GetLocal<Type>`
>> - `SetLocal<Type>`
>> - general description of the `JVMTI_ERROR_OPAQUE_FRAME` error code
>>
>> A related CSR is going to be filed for this spec update.
>>
>> Testing:
>> - it is N/A in general but mach5 tiers 1-3 will be run to be completely safe
>
> Serguei Spitsyn 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 seven additional commits since the last revision:
>
> - Merge
> - review: minor tweak of previous change
> - review: corrected OPAQUE_FRAME clarification for NotifyFramePop function
> - review: (1) remove vthread specific clarifications; unify GetLocal* and SetLocal* with other functions
> - review: tweak the OPAQUE_FRAME clarifications for ForceEarlyReturn* functions
> - review: tweak OPAQUE_FRAME clarification for NotifyFramePop function
> - 8309399: JVMTI spec needs to clarify when OPAQUE_FRAME is thrown for reasons other than a native method
Marked as reviewed by cjplummer (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/26111#pullrequestreview-3018370144
More information about the hotspot-dev
mailing list