JDK-8169271 : Bump JavaFX minimum build JDK to b144
  • Type: Bug
  • Component: javafx
  • Sub-Component: build
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-11-04
  • Updated: 2016-11-15
  • Resolved: 2016-11-15
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
Once JDK 9 b144 is promoted we need to bump the minimum build JDK version for JavaFX to b144.
Comments
changeset: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/eca3af19aa6f user: ddehaven date: Tue Nov 15 10:11:02 2016 -0800 summary: 8169271: Bump JavaFX minimum build JDK to b144
15-11-2016

+1
14-11-2016

Trivial change for this, no webrev: diff --git a/build.properties b/build.properties --- a/build.properties +++ b/build.properties @@ -67,6 +67,6 @@ ############################################################################## jfx.build.jdk.version.min=9 -jfx.build.jdk.buildnum.min=140 +jfx.build.jdk.buildnum.min=144 jfx.build.jdk.version=9 jfx.build.jdk.buildnum=144
14-11-2016

9-ea+144 is now available on java.net
14-11-2016

Also depends on JDK-8161704
04-11-2016