RFR: 8373367: interp-only mechanism fails to work for carrier threads in a corner case [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Thu Jan 29 09:27:57 UTC 2026


On Thu, 29 Jan 2026 09:18:37 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> +1
>> And have you tried to implement a test for the case?
>
>> wouldn't be better to move this into the beginning of ctor
> 
> Good suggestion, thanks. Fixed now and added a comment.

>  And have you tried to implement a test for the case?

This issue was discovered in a branch with another PR as it has an optimized implementation for the `FramePop` events. Some of the existing tests were failing intermittently. Now, I do not remember the exact failing tests. In fact, it is not easy to provide a test coverage for this issue.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29436#discussion_r2740700582


More information about the hotspot-dev mailing list