-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows VS2017+: Enable AOT tooling to find correct linker path.
AOT tooling cannot find the correct linker path for Windows platforms using VS2017+. This patch is a backport of an existing proposed solution found here: https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2019-January/032282.html https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2019-February/032652.html With adjustments to make it applicable to the OpenJDK11 code base. In addition, a default path prefix is used in the event the expected environment variables are not found, which can be possible depending on the method of invocation (JTREG for example).
- Loading branch information
Showing
1 changed file
with
60 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters