RFR: 8305994: Guarantee eventual async monitor deflation [v2]
Aleksey Shipilev
shade at openjdk.org
Mon Apr 17 11:24:47 UTC 2023
On Sat, 15 Apr 2023 14:02:59 GMT, ExE Boss <duke at openjdk.org> wrote:
>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Make the no-progress bit cleaner
>
> test/hotspot/jtreg/runtime/Monitor/GuaranteedAsyncDeflationIntervalTest.java line 26:
>
>> 24: import jdk.test.lib.process.OutputAnalyzer;
>> 25: import jdk.test.lib.Platform;
>> 26: import jdk.test.lib.process.ProcessTools;
>
> **Nit:** sort imports
> Suggestion:
>
> import jdk.test.lib.Platform;
> import jdk.test.lib.process.OutputAnalyzer;
> import jdk.test.lib.process.ProcessTools;
Did so in new commit, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13474#discussion_r1168539322
More information about the hotspot-runtime-dev
mailing list