JDK-8226774 : Release Note: Removal of netscape.javascript.JSObject::getWindow Method
Type:Sub-task
Component:deploy
Affected Version:14
Priority:P3
Status:Closed
Resolution:Delivered
Submitted:2019-06-25
Updated:2020-04-27
Resolved:2019-07-26
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.
The obsolete `netscape.javascript.JSObject::getWindow` method has been removed. This method was deprecated in JDK 9. As of JDK 11, there is no longer a useful way to use this method; it always returns `null`.
Comments
Thanks. This should be ready to go now. I'll resolve it as delivered after the fix to remove the API is integrated into the jdk/jdk master (so the release note doesn't go out ahead of the actual removal).
26-06-2019
[~kcr]That looks good. They have been adding a sentence similar to that for the removed RNs.
26-06-2019
[~cwayne] If a justification is needed, we might add something like the following:
This method was deprecated in JDK 9. As of JDK 11, there is no longer a useful way to use this method; it always returns `null`.