RFR: 8364343: Virtual Thread transition management needs to be independent of JVM TI [v4]

Patricio Chilano Mateo pchilanomate at openjdk.org
Tue Nov 25 20:11:03 UTC 2025


On Sat, 22 Nov 2025 08:22:34 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> src/hotspot/share/runtime/mountUnmountDisabler.hpp line 52:
>> 
>>> 50:   // parameter is_SR: suspender or resumer
>>> 51:   MountUnmountDisabler(bool exlusive = false);
>>> 52:   MountUnmountDisabler(oop thread_oop);
>> 
>> What does the comment mean here?
>
> This comment is stale now and must be removed. The parameter `is_SR` is being replaced with the `exclusive`.

Right, removed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28361#discussion_r2561250374


More information about the graal-dev mailing list