JDK-8242507 : Add support for Visual Studio 2019
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 8u241,openjfx15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • Submitted: 2020-04-10
  • Updated: 2020-08-25
  • Resolved: 2020-05-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u271Fixed openjfx11.0.9Fixed
Related Reports
Blocks :  
Description
Microsoft Visual Studio 2019 includes an additional redistributable library, vcruntime140_1.dll that we need to copy in to the build, and load if present.

Note that while this is done in preparation for an eventual upgrade to VS 2019, the default compiler for builds remains as VS 2017 15.9.16.
Comments
Changeset: 2e900764 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2020-05-05 21:16:28 +0000 URL: https://git.openjdk.java.net/jfx/commit/2e900764
05-05-2020

Review: https://github.com/openjdk/jfx/pull/195
22-04-2020

See JDK-8242468 for a related bug in the JDK build.
10-04-2020