JDK-8150109 : Cannot build FX apps or tests with JDK 9
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-02-18
  • Updated: 2016-02-20
  • Resolved: 2016-02-18
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 9
9Fixed
Related Reports
Blocks :  
Description
We have various build failures running "gradle apps" and "gradle tests" with JDK 9 as the boot JDK.

Most of these are due to old NB-generated ant files that make bad assumptions about the layout of the JDK.

There is also a problem with one of the controls unit tests where it looks like javac is being less forgiving of a questionable use of generics in the test class.
Comments
Changeset: 28ffc587be72 Author: kcr Date: 2016-02-18 15:22 -0800 URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/28ffc587be72 8150109: Cannot build FX apps or tests with JDK 9 Reviewed-by: ckyang, ddhill
18-02-2016

+1
18-02-2016

+1. I've also verified that this change with compile and run on JDK8.
18-02-2016

Webrev: http://cr.openjdk.java.net/~kcr/8150109/webrev.00/
18-02-2016