[PATCH] Add ProgramFiles(x86) environment variable to defaults, fix some jaotc tests after graal sync
Andrew Luo
andrewluotechnologies at outlook.com
Mon Mar 18 19:34:47 UTC 2019
Recently we added auto-detection of VS2017+ linkers to graal's jaotc (see https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2019-January/032282.html), which uses the ProgramFiles(x86) environment variable to find VS2017+ linkers. This change was included in the latest sync, however it doesn't work on WSL due to the ProgramFiles(x86) environment not being propagated from WSL to Win32. I have a patch attached that fixes this (and tested by running tier 1 tests on WSL).
Feedback is welcome as always.
Thanks,
-Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <https://mail.openjdk.java.net/pipermail/jtreg-dev/attachments/20190318/09dee297/diff.txt>
More information about the jtreg-dev
mailing list