On Wed, 3 Mar 2021 00:32:24 GMT, Alexey Semenyuk <[email protected]> wrote:
>> Andy Herrick has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> JDK-8261518: jpackage looks for main module in current dir when there is
>> no module-path
>
> test/jdk/tools/jpackage/share/jdk/jpackage/tests/NoMPathRuntimeTest.java line
> 66:
>
>> 64: final Path tmpdir = TKit.createTempDirectory("tmpdir");
>> 65: try {
>> 66: Files.createFile(tmpdir.resolve("tmpfile"));
>
> Is this leftover from something or on purpose?
yes - was leftover - removed
-------------
PR: https://git.openjdk.java.net/jdk/pull/2781