JDK-8101854 : The Prism Graphics ISOLATE mechanism may no longer be needed
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 7u6
  • Priority: P4
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2012-06-05
  • Updated: 2015-06-16
  • Resolved: 2012-11-06
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
8Resolved
Related Reports
Relates :  
Description
The ISOLATE mechanism was originally added to implement the subimage isolation that the ImageView Viewport was implementing, but with the fix for RT-19962 we no longer enforce edge conditions for viewports.  This mechanism may no longer be needed if no other code that uses Graphics.drawTexture() needs any sort of edge condition enforcement.

One other factor that may impact whether we can delete this mechanism is whether we want to add edge control attributes to the Image and ImageView nodes.
Comments
The ISOLATE mechanism was removed during the fix for RT-24566. For better or worse, we no longer provide the mechanism and any remaining uses will have to be patched to no longer rely on it.
06-11-2012