> Several tests modified by https://github.com/openjdk/jdk/pull/19339 have been
> tweaked, see inline comments.
>
> Notes:
> * We have a few XXXRepaint.java tests and in this patch, I updated all of
> them to follow the change added to the ListRepaint.java
>
> @azvegint @aivanov-jdk please tak
On Mon, 5 May 2025 18:55:47 GMT, Phil Race wrote:
> Delete the obsolete classes PluginPrinter and EPSPrinter. They were only ever
> called by the Java Plugin printing for applets.
This pull request has now been integrated.
Changeset: 4e3ec3c0
Author:Phil Race
URL:
https://git.openj
> I do not have much background in LZW compression or in C, but I'm reasonably
> confident this resolves the problem I'm observing. It looks like the
> GifImageDecoder was not always correctly handling compression codes after the
> table reached its limit of ~4096. If anyone has suggestions for
When a gif frame's disposal code is DISPOSAL_BGCOLOR and we're maintaining a
saved image: we have to flood-fill the frame's bounds. And if the transparent
pixel index changes across frames: we could sometimes flood fill the wrong
value, resulting in an opaque rectangle in the output image.
(I k
> This resolves a gif parsing bug where an unwanted opaque rectangle could
> appear under these conditions:
>
> 1. The disposal method for frames is 1 (meaning "do not dispose", aka
> "DISPOSAL_SAVE")
> 2. The transparent pixel is non-zero
> 3. There's more than one such consecutive frame
>
> P
On Mon, 28 Apr 2025 19:47:03 GMT, Sergey Bylokhov wrote:
> Multiple similar issues detected in PLATFORM_API_MacOSX_Ports.cpp more info
> about https://github.com/llvm/llvm-project/issues/62836
>
> jdk/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:127:39:
> error: varia
On Mon, 5 May 2025 23:45:36 GMT, Harshitha Onkar wrote:
>> On other platforms like Windows and Linux, the `\n`, `\r` and `\t`
>> characters are ignored when drawing text to a `Graphics2D` object. On macOS
>> this is not currently the case.
>>
>> See, for example, `CMap.getControlCodeGlyph(int,
On Fri, 2 May 2025 18:32:29 GMT, Alisen Chung wrote:
> I've updated the test to include logging and ran the test 200x without
> failures. I think it's ok to push the test with these changes so that if the
> test ever does fail again we can use the logs and analyze the problem.
I meant to run t
> I believe the source code of the JDK should be in US-ASCII
Why? This seems like a bizarre thing to believe free of context.
In my experience using non-ascii regularly is the only way to make sure that
tools which destroy non-ascii data are not introduced into tool chains which
then break cas
On Tue, 6 May 2025 18:37:31 GMT, Phil Race wrote:
>> Delete the obsolete classes PluginPrinter and EPSPrinter. They were only
>> ever called by the Java Plugin printing for applets.
>
> Phil Race has updated the pull request incrementally with one additional
> commit since the last revision:
>
On Tue, 29 Apr 2025 22:43:03 GMT, Pabulaner IV wrote:
>> When trying to register an open URI handler when using JavaFX with a native
>> menu, this task fails on Mac.
>> Either the native menu is not shown or the URIs are not received.
>>
>> This pull request fixes this issue if AWT is registere
On Tue, 29 Apr 2025 22:43:03 GMT, Pabulaner IV wrote:
>> When trying to register an open URI handler when using JavaFX with a native
>> menu, this task fails on Mac.
>> Either the native menu is not shown or the URIs are not received.
>>
>> This pull request fixes this issue if AWT is registere
On Mon, 28 Apr 2025 19:47:03 GMT, Sergey Bylokhov wrote:
> Multiple similar issues detected in PLATFORM_API_MacOSX_Ports.cpp more info
> about https://github.com/llvm/llvm-project/issues/62836
>
> jdk/src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp:127:39:
> error: varia
On Tue, 6 May 2025 02:42:56 GMT, Sergey Bylokhov wrote:
>> Phil Race has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8356208
>
> src/java.desktop/share/classes/sun/print/PSPrinterJob.java line 272:
>
>> 270:/* non-null if printing E
On Tue, 6 May 2025 09:08:35 GMT, Andrey Turbanov wrote:
>> Phil Race has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8356208
>
> src/java.desktop/share/classes/sun/print/PSPrinterJob.java line 533:
>
>> 531: try {
>> 532
> Delete the obsolete classes PluginPrinter and EPSPrinter. They were only ever
> called by the Java Plugin printing for applets.
Phil Race has updated the pull request incrementally with one additional commit
since the last revision:
8356208
-
Changes:
- all: https://git.open
On Mon, 14 Apr 2025 17:19:19 GMT, Matthias Bläsing
wrote:
>> - Introduce a lock into WClipboard that protects the code between
>> openClipboard/closeClipboard invocations.
>> The native side does not allow to open the clipboard multiple
>> times or share the opened clipboard between multip
On Thu, 10 Apr 2025 10:18:08 GMT, Magnus Ihse Bursie wrote:
> As a follow-up to [JDK-8354213](https://bugs.openjdk.org/browse/JDK-8354213),
> I found some additional places where unicode characters are unnecessarily
> used instead of pure ASCII.
This pull request has now been integrated.
Chan
On Tue, 6 May 2025 10:43:02 GMT, Mikhail Yankelevich
wrote:
>> Jeremy Wood has updated the pull request incrementally with five additional
>> commits since the last revision:
>>
>> - 8356137: removing sentence fragment
>>
>>This is in response to:
>>https://github.com/openjdk/jdk/
> This resolves a gif parsing bug where an unwanted opaque rectangle could
> appear under these conditions:
>
> 1. The disposal method for frames is 1 (meaning "do not dispose", aka
> "DISPOSAL_SAVE")
> 2. The transparent pixel is non-zero
> 3. There's more than one such consecutive frame
>
> P
On Tue, 6 May 2025 10:33:47 GMT, Mikhail Yankelevich
wrote:
>> Jeremy Wood has updated the pull request incrementally with five additional
>> commits since the last revision:
>>
>> - 8356137: removing sentence fragment
>>
>>This is in response to:
>>https://github.com/openjdk/jdk/
On Tue, 29 Apr 2025 01:23:00 GMT, Anass Baya wrote:
>> This test was designed to manually verify that clicking on the JComboBox
>> when the frame containing it is about to close does not cause an
>> IllegalStateException.
>>
>> The test allowed the tester extra time to click on the JComboBox w
On Tue, 29 Apr 2025 01:23:00 GMT, Anass Baya wrote:
>> This test was designed to manually verify that clicking on the JComboBox
>> when the frame containing it is about to close does not cause an
>> IllegalStateException.
>>
>> The test allowed the tester extra time to click on the JComboBox w
On Wed, 30 Apr 2025 19:37:29 GMT, Harshitha Onkar wrote:
> HarfBuzz upgraded to 11.2.0
>
> 4 newly added files and 99 modified files.
This pull request has now been integrated.
Changeset: b21b3a38
Author:Harshitha Onkar
URL:
https://git.openjdk.org/jdk/commit/b21b3a38a5dbc7eb23c4bd
On Tue, 6 May 2025 14:16:32 GMT, Magnus Ihse Bursie wrote:
>> As a follow-up to
>> [JDK-8354213](https://bugs.openjdk.org/browse/JDK-8354213), I found some
>> additional places where unicode characters are unnecessarily used instead of
>> pure ASCII.
>
> Magnus Ihse Bursie has updated the pull
On Tue, 6 May 2025 14:16:32 GMT, Magnus Ihse Bursie wrote:
>> As a follow-up to
>> [JDK-8354213](https://bugs.openjdk.org/browse/JDK-8354213), I found some
>> additional places where unicode characters are unnecessarily used instead of
>> pure ASCII.
>
> Magnus Ihse Bursie has updated the pull
> As a follow-up to [JDK-8354213](https://bugs.openjdk.org/browse/JDK-8354213),
> I found some additional places where unicode characters are unnecessarily
> used instead of pure ASCII.
Magnus Ihse Bursie has updated the pull request with a new target base due to a
merge or a rebase. The increm
On Mon, 5 May 2025 17:07:11 GMT, Jeremy Wood wrote:
> This resolves a gif parsing bug where an unwanted opaque rectangle could
> appear under these conditions:
>
> 1. The disposal method for frames is 1 (meaning "do not dispose", aka
> "DISPOSAL_SAVE")
> 2. The transparent pixel is non-zero
>
On Mon, 5 May 2025 18:55:47 GMT, Phil Race wrote:
> Delete the obsolete classes PluginPrinter and EPSPrinter. They were only ever
> called by the Java Plugin printing for applets.
src/java.desktop/share/classes/sun/print/PSPrinterJob.java line 533:
> 531: try {
> 532:
29 matches
Mail list logo