RFR: 8364343: Virtual Thread transition management needs to be independent of JVM TI [v4]
Serguei Spitsyn
sspitsyn at openjdk.org
Sat Nov 22 09:00:52 UTC 2025
On Fri, 21 Nov 2025 00:52:05 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Patricio Chilano Mateo has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Rename VM methods for endFirstTransition/startFinalTransition
>
> 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`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28361#discussion_r2552577039
More information about the graal-dev
mailing list