On Thu, 13 Jul 2023 00:48:46 GMT, Chris Plummer <[email protected]> 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