JDK-8157934 : Remove all header inclusion workaround made during new WebKit upgrade
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2016-05-26
  • Updated: 2018-09-06
  • Resolved: 2018-01-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.
Other
tbdResolved
Related Reports
Blocks :  
Description
e.g. 

rt/modules/web/src/main/native/Source/WebCore/cssjit/SelectorCompiler.cpp

-#include <JavaScriptCore/GPRInfo.h>
-#include <JavaScriptCore/LinkBuffer.h>
-#include <JavaScriptCore/MacroAssembler.h>
-#include <JavaScriptCore/VM.h>
+#include <GPRInfo.h> // XXX #include <JavaScriptCore/GPRInfo.h> and next 3
+#include <LinkBuffer.h>
+#include <MacroAssembler.h>
+#include <VM.h>
Comments
It is fixed already as part of WebKit GTK 2.16 merge.
05-01-2018

It is not a priority task, but it will help us to remove unnecessary code changes in WebKit's core files. It will reduce merge noises during next upgrade.
26-05-2016