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
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
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
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
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
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
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
> 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
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