RFR: 8350869: os::stat doesn't follow symlinks on Windows [v4]
Anton Artemov
duke at openjdk.org
Tue May 20 12:22:37 UTC 2025
On Tue, 20 May 2025 09:00:49 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Anton Artemov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8350869: Addressed reviewer's comments, added debug output.
>
> test/hotspot/jtreg/runtime/LoadClass/TestSymlinkLoad.java line 52:
>
>> 50:
>> 51: String subPath = "compiled";
>> 52: destDir = Paths.get(System.getProperty("test.classes"), subPath);
>
> Suggestion:
>
> String subPath = "compiled";
>
> Path destDir = Paths.get(System.getProperty("test.classes"), subPath);
Right, thanks for spotting, cleaned this up in the latest commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25233#discussion_r2097808934
More information about the hotspot-runtime-dev
mailing list