JDK-8276385 : Re-run blessed-modifier-order script on java.desktop and jdk.accessibility
  • Type: Bug
  • Component: client-libs
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-11-02
  • Updated: 2021-11-12
  • Resolved: 2021-11-03
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 18
18 b23Fixed
Related Reports
Relates :  
Description
It was noted in this PR https://git.openjdk.java.net/jdk/pull/6213 that since the original blessed modifier script fix was run on the JDK things have slipped a bit.

I ran it on java.desktop and it looks like there is a small number (10) files
that need adjustment. 7 of those are in the Image I/O TIFF plugin which I suspect was integrated AFTER the original fix.
Comments
Changeset: 0ef8cbe3 Author: Phil Race <prr@openjdk.org> Date: 2021-11-03 16:22:42 +0000 URL: https://git.openjdk.java.net/jdk/commit/0ef8cbe32540814d4c0be9c7b0f78486408657a7
03-11-2021

I found some more in jdk.accessibility modified: src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/AWTEventMonitor.java modified: src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/AccessibilityEventMonitor.java modified: src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/AccessibilityListenerList.java modified: src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/EventID.java modified: src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/EventQueueMonitor.java modified: src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/SwingEventMonitor.java modified: src/jdk.accessibility/windows/classes/com/sun/java/accessibility/internal/AccessBridge.java
02-11-2021

These files in desktop need to be updated modified: src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java modified: src/java.desktop/share/classes/javax/imageio/plugins/tiff/ExifGPSTagSet.java modified: src/java.desktop/share/classes/javax/imageio/plugins/tiff/ExifInteroperabilityTagSet.java modified: src/java.desktop/share/classes/javax/imageio/plugins/tiff/ExifParentTIFFTagSet.java modified: src/java.desktop/share/classes/javax/imageio/plugins/tiff/ExifTIFFTagSet.java modified: src/java.desktop/share/classes/javax/imageio/plugins/tiff/FaxTIFFTagSet.java modified: src/java.desktop/share/classes/javax/imageio/plugins/tiff/GeoTIFFTagSet.java modified: src/java.desktop/share/classes/sun/java2d/cmm/lcms/LCMSTransform.java modified: src/java.desktop/share/classes/sun/java2d/loops/DrawGlyphListColor.java modified: src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolder2.java
02-11-2021