RFR: 8257679: Improved unix compatibility layer in Windows build (winenv) [v5]

Jorn Vernee jvernee at openjdk.java.net
Fri Dec 4 18:29:14 UTC 2020


On Fri, 4 Dec 2020 17:34:33 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Ok, after looking at `set -x` output WSL seems to have a problem with the space in the path `/mnt/c/Program Files/Java/jdk-15` e.g. if I move the jdk to `/mnt/h/jdk-15` it works. Might be a missing fixup somewhere? (FWIW, that Program Files dir does have an 8dot3 name).
>> 
>> With that I can build `images` on both Cygwin and WSL. Build times are about 29 mins and 18 mins respectively.
>
> Do you see any significant difference in build times compared to before the patch?

@erikj79 I don't really see a significant difference in the build time of `images` on my machine when comparing before and after the patch (but, as Magnus says, the build times tend to fluctuate, so it's hard to get an accurate assessment. Maybe the difference is a couple of minutes. Not that big a deal for a 30-ish minute build).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1597


More information about the hotspot-compiler-dev mailing list