RFR: 8346792: serviceability/jvmti/vthread/GetThreadState/GetThreadState.java testObjectWaitMillis failed [v5]

Patricio Chilano Mateo pchilanomate at openjdk.org
Thu Jan 16 17:17:26 UTC 2025


On Thu, 16 Jan 2025 16:43:38 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

> Patricio, I see a code pass with the `ObjectLocker::wait() which needs to be adjusted as well according to your suggestion.
>
Yes, although I see we don't have any callers (except from gtest test_markWord.cpp). In fact I think we should always use wait_uninterruptibly() with ObjectLocker since we should not throw IE.

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

PR Comment: https://git.openjdk.org/jdk/pull/23126#issuecomment-2596260018


More information about the hotspot-runtime-dev mailing list