On Fri, 7 Aug 2026 19:55:42 GMT, Christoph Langer <[email protected]> wrote:
>> The newly added cleanup method in >> jdk/tools/jlink/plugins/IncludeLocalesPluginTest.java can fails on open file >> handles on Windows. Let's try to make the cleanup more fault tolerant. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Christoph Langer has updated the pull request incrementally with one > additional commit since the last revision: > > 8389480: Tests in tools/jlink/plugins/ fail due to AccessDeniedExceptions > on Windows > > Apply same fix to GenerateJLIClassesPluginTest.java As far as I can see, in https://bugs.openjdk.org/browse/JDK-8375623 several other tests too were modified in a similar pattern. Is there anything specific about these `GenerateJLIClassesPluginTest.java` and `IncludeLocalesPluginTest.java` tests which causes them to fail in this manner? In the meantime, I'll run this change in our CI to make sure they now pass. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32207#issuecomment-5249945160
