Re: RFC: java.awt.Desktop methods should accept Path in addition to File

2025-03-15 Thread David Alayachew
Hello Markus Karg, I spend a lot of my time making Swing apps. I can certainly relate to the pain of your compatriots. Truthfully though, I don't see any significant benefit, other than writing one less method per situation. A vast majority of my IO work is already pretty specialized, so, while a

RFR: 8352064: AIX: now also able to build static-jdk image with a statically linked launcher

2025-03-15 Thread Joachim Kern
After "JDK-8339480: Build static-jdk image with a statically linked launcher" AIX was not able to build the new target. Therefore with "JDK-8345590 AIX 'make all' fails after JDK-8339480" the new target was disabled again. Now with this change we can enable the statically linked launcher target

Re: RFR: 8350813: Rendering of bulky sound bank from MIDI sequence can cause OutOfMemoryError [v4]

2025-03-15 Thread Alexander Zuev
On Fri, 14 Mar 2025 00:13:22 GMT, Sergey Bylokhov wrote: > But it's our own soundbank, so it doesn't seem like it would cause any delay > when playing MIDI files using it. Not really sure what you mean by this. We have a soundbank A constructed from MIDI file using the default soundbank with s

Re: RFR: JDK-8348598 : Update Libpng to 1.6.47 [v3]

2025-03-15 Thread Harshitha Onkar
On Fri, 14 Mar 2025 02:02:58 GMT, Sergey Bylokhov wrote: >> make/modules/java.desktop/lib/ClientLibraries.gmk line 249: >> >>> 247: DISABLED_WARNINGS_clang_dgif_lib.c := sign-compare, \ >>> 248: DISABLED_WARNINGS_clang_gzwrite.c := format-nonliteral, \ >>> 249: DISABLED_WARNING

Re: RFR: JDK-8346465 : Add a check in setData() to restrict the update of Built-In ICC_Profiles [v13]

2025-03-15 Thread Harshitha Onkar
On Wed, 5 Mar 2025 20:55:45 GMT, Phil Race wrote: >> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> minor > > test/jdk/java/awt/color/ICC_Profile/BuiltInProfileCheck.java line 71: > >> 69: } catch (IllegalAr

Re: RFR: 8351323: Parameterize compiler and linker flags for iconv [v2]

2025-03-15 Thread Magnus Ihse Bursie
On Wed, 12 Mar 2025 13:57:43 GMT, snake66 wrote: >> Allows for future support for platforms that require different flags for >> libiconv support. >> >> Sponsored-by: The FreeBSD Foundation > > snake66 has updated the pull request incrementally with one additional commit > since the last revisi

Integrated: 8319192: Remove javax.swing.plaf.synth.SynthLookAndFeel.load(URL url)

2025-03-15 Thread Phil Race
On Tue, 4 Mar 2025 23:41:36 GMT, Phil Race wrote: > Back in JDK 21 we deprecated-for-removal SynthLookAndFeel.load(URL) and > targeted it to be removed under this bug ID in JDK 25 .. which is now here. > > No open tests needed to be updated to accommodate this removal > I did find one closed m

Re: RFR: 8349350: Unable to print using InputSlot and OutputBin print attributes at the same time [v6]

2025-03-15 Thread GennadiyKrivoshein
> Fix for https://bugs.openjdk.org/browse/JDK-8349350. It's impossible to use > more that one print option. > > **Reason of the bug**: > execCmd array uses one index per print flag, but 'OPTIONS' flag can use two > indexes for the options. > > **Fix description**: > make the size of the exec

Re: RFR: 8348760: RadioButton is not shown if JRadioButtonMenuItem is rendered with ImageIcon in WindowsLookAndFeel [v18]

2025-03-15 Thread Prasanta Sadhukhan
On Fri, 7 Mar 2025 17:56:51 GMT, Alexey Ivanov wrote: > > > FWIW the current fix isn't what I'd like to see. > > > Putting a check for Windows L&F in a BasicUI class ?? We had a similar > > > issue with GTK some months ago and it was something that we managed to > > > avoid. Isn't there a Windo