RFR: 8366659: ObjectMonitor::wait() liveness problem with a suspension request [v27]

David Holmes dholmes at openjdk.org
Thu Jan 22 05:21:44 UTC 2026


On Thu, 22 Jan 2026 02:24:39 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8366659: Addressed reviewers' comments.
>
> src/hotspot/share/runtime/objectMonitor.cpp line 2066:
> 
>> 2064:       }
>> 2065:     } else {
>> 2066:       if (!JvmtiExport::should_post_monitor_waited()) {
> 
> What if this has changed value since we checked it above?

Sorry ignore that - got the block structure wrong again. <sigh>

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27040#discussion_r2715338855


More information about the hotspot-runtime-dev mailing list