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 Thanks for the review. The special thing about the two tests modified here is that they spawn subprocesses. The other tests seem to do their work in-process, as it seems, and hence the flow is different. I'll merge this now, if something else occurs we can file another follow up. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32207#issuecomment-5255423706
