JDK-8170585 : Fix PlatformContextJava type leaking to GraphicsContext
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-12-01
  • Updated: 2020-01-31
  • Resolved: 2016-12-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 JDK 9
8u131Fixed 9Fixed
Related Reports
Relates :  
Description
Currently we are including PlatformContextJava.h in GraphicsContext.h. Due to this PlatformContextJava type is leaking to all WebCore rendering module and causes recompilation whenever we change headers related to PlatformContextJava.

We have to just forward declare PlatformContextJava type in GraphisContext.h to avoid the type leaking.
Comments
changeset: a64f5403de11 user: arajkumar date: Sat Dec 03 12:48:37 2016 +0530 8170585: Fix PlatformContextJava type leaking to GraphicsContext Reviewed-by: kcr URL: http://hg.openjdk.java.net/openjfx/9-dev/rt/rev/a64f5403de11
05-12-2016

+1
03-12-2016

http://cr.openjdk.java.net/~arajkumar/8170585/webrev
02-12-2016