On Tue, 12 Mar 2024 13:42:28 GMT, Alexey Ivanov <[email protected]> wrote:
>> Create a new bug to improve and to clean up the test then. > > At the same time, I think you should use the term _“shortcut (.lnk file)”_ in > the instructions so that it's clear. > > The thing is .lnk files are known as shortcuts for most users, even though in > Windows Shell API uses link internally which is reflected in the file > extension. > Create a new bug to improve and to clean up the test then. I see, there's an existing bug—[JDK-8146446](https://bugs.openjdk.org/browse/JDK-8146446)—against this test. Although the bug describes that memory usage somewhat grows while the background thread is running, it actually does. It has just grown for me from 100MB to 300MB. Running `System.gc` reduces the memory consumption to 200 MB. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18180#discussion_r1521509910
