On Tue, 15 Sep 2026 08:10:12 GMT, Matthias Baesken <[email protected]> wrote:
>> sun/awt/OSInfo.java contains very old Windows versions like Windows 95,98, >> ME. Those can be removed. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Matthias Baesken has updated the pull request incrementally with one > additional commit since the last revision: > > Remove desktopProperty Marked as reviewed by azvegint (Reviewer). src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java line 2041: > 2039: private String fallbackName; > 2040: > 2041: ActiveWindowsIcon(String desktopPropertyName, `desktopPropertyName` is no longer used, and can be removed. ------------- PR Review: https://git.openjdk.org/jdk/pull/32419#pullrequestreview-5245765581 PR Review Comment: https://git.openjdk.org/jdk/pull/32419#discussion_r4045068005
