JDK-8193450 : Port changes to java and native files from JDK-8192806 to FX 8u
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u151
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-12-13
  • Updated: 2018-01-16
  • Resolved: 2017-12-14
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
8u171Fixed
Related Reports
Blocks :  
Description
As part of the fix for JDK-8192806 we created shadow constants (static final fields) for those fields in java.lang.Character and java.net.IDN that we reference in native code, rather than accessing them directly. In addition to being a better pattern, it allowed the FX 10 build to stop using javah.

We still use javah when compiling FX 8u with JDK 8u, but we should port the changes for the shadow constants to FX 8u to keep the native WebKit in sync.
Comments
Changeset: 38441ff93912 Author: mbilla Date: 2017-12-14 15:09 +0530 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/38441ff93912
14-12-2017

+1
14-12-2017

+1
14-12-2017

webrev: http://cr.openjdk.java.net/~mbilla/8193450/webrev.00/
13-12-2017