RFR: 8311556: GetThreadLocalStorage not working for vthreads mounted during JVMTI attach [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Thu Jul 13 01:29:01 UTC 2023
On Thu, 13 Jul 2023 00:48:46 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review: removed unneeded @compile commands from new test
>
> test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTLSTest/VThreadTLSTest.java line 68:
>
>> 66: return;
>> 67: }
>> 68: for (int repetion = 0; repetion < 10; repetion++) {
>
> repetion -> repetition
Thanks! Renamed it to `count`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14842#discussion_r1261873276
More information about the serviceability-dev
mailing list