RFR: 8298853: JvmtiVTMSTransitionDisabler should support disabling one virtual thread transitions [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Tue Dec 20 10:20:51 UTC 2022


On Tue, 20 Dec 2022 04:50:49 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review comments are addressed
>
> src/hotspot/share/prims/jvmtiThreadState.hpp line 88:
> 
>> 86: 
>> 87:   bool _is_SR;                                           // is suspender or resumer
>> 88:   jthread _vthread;                                      // virtual thread to disable transitions for
> 
> Please don't call this `_vthread` as it may or may not be a virtual thread.

Fixed now.

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

PR: https://git.openjdk.org/jdk/pull/11690


More information about the serviceability-dev mailing list