Blocks :
|
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.
|