On Fri, 10 Dec 2021 16:33:33 GMT, Jonathan Gibbons <[email protected]> wrote:
>> Christian Stein has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Turn `getRealPath()` into a no-arg helper method
>
> test/langtools/tools/javac/T8271079.java line 58:
>
>> 56: testT8271079(mr);
>> 57: } finally {
>> 58: Files.deleteIfExists(mr);
>
> If you generate files in the test's current directory, it's not wrong to
> delete them but there's no need either, and you might be deleting useful
> debug evidence if the test fails.
Understood.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6768