On Mon, 10 Oct 2022 10:08:59 GMT, Andrey Turbanov <[email protected]> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> addressed review comments about is_JavaThread_current and @enablePreview
>> tag
>
> test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/GetSetLocalUnsuspended.java
> line 41:
>
>> 39: static private volatile boolean doStop;
>> 40:
>> 41: static private void sleep(long millis) {
>
> Let's use default modifiers order
> Suggestion:
>
> private static void sleep(long millis) {
Okay, fixed.
Thank you for the comment!
-------------
PR: https://git.openjdk.org/jdk/pull/10586