Yes, could you please review it. During the fix of the original issue I’ve
uncovered the real problem with pipeline state cache that can lead to OOMs,
obtaining wrong rendering states …
Best Regards,
Alexey
> On 29 Nov 2021, at 18:53, Victor Dyakov wrote:
>
> On Fri, 26 Nov 2021 09:02:37 GMT,
A trivial fix to ProblemList
java/awt/dnd/BadSerializationTest/BadSerializationTest.java on linux and windows
-
Commit messages:
- 8278019: ProblemList
java/awt/dnd/BadSerializationTest/BadSerializationTest.java on linux and windows
Changes: https://git.openjdk.java.net/jdk/pull/6
On Tue, 30 Nov 2021 20:33:54 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to ProblemList
> java/awt/dnd/BadSerializationTest/BadSerializationTest.java on linux and
> windows
This pull request has now been integrated.
Changeset: 5a4a9bb9
Author:Daniel D. Daugherty
URL:
https://
On Tue, 30 Nov 2021 20:33:54 GMT, Daniel D. Daugherty
wrote:
> A trivial fix to ProblemList
> java/awt/dnd/BadSerializationTest/BadSerializationTest.java on linux and
> windows
Marked as reviewed by prr (Reviewer).
-
PR: https://git.openjdk.java.net/jdk/pull/6624
On Tue, 30 Nov 2021 20:37:42 GMT, Phil Race wrote:
>> A trivial fix to ProblemList
>> java/awt/dnd/BadSerializationTest/BadSerializationTest.java on linux and
>> windows
>
> Marked as reviewed by prr (Reviewer).
@prrace - Thanks for the lightning fast review.
-
PR: https://git.op
On Tue, 30 Nov 2021 01:31:24 GMT, Liam Miller-Cushon wrote:
> This change updates the serialized objects used by
> `java/awt/dnd/BadSerializationTest/BadSerializationTest.java` using a similar
> approach to the previous fix in
> [JDK-8039082](https://bugs.openjdk.java.net/browse/JDK-8039082).
On Tue, 30 Nov 2021 01:31:24 GMT, Liam Miller-Cushon wrote:
> This change updates the serialized objects used by
> `java/awt/dnd/BadSerializationTest/BadSerializationTest.java` using a similar
> approach to the previous fix in
> [JDK-8039082](https://bugs.openjdk.java.net/browse/JDK-8039082).
On Mon, 29 Nov 2021 08:18:47 GMT, Сергей Цыпанов wrote:
>> Instead of something like
>>
>> long x;
>> long y;
>> return (x < y) ? -1 : ((x == y) ? 0 : 1);
>>
>> we can use `return Long.compare(x, y);`
>>
>> All replacements are done with IDE.
>
> Сергей Цыпанов has updated the pull request inc
On Tue, 30 Nov 2021 01:31:24 GMT, Liam Miller-Cushon wrote:
> This change updates the serialized objects used by
> `java/awt/dnd/BadSerializationTest/BadSerializationTest.java` using a similar
> approach to the previous fix in
> [JDK-8039082](https://bugs.openjdk.java.net/browse/JDK-8039082).
On Tue, 30 Nov 2021 20:46:34 GMT, Liam Miller-Cushon wrote:
> I regenerated it by following the instructions to compile and run the test
> class as a standalone tool on `x86_64 GNU/Linux`, which updated all of the
> existing files. I verified it fixes the test on that platform, I don't have a
On Fri, 2 Apr 2021 23:02:50 GMT, Sergey Bylokhov wrote:
> - The hand-crafted methods for addition and multiplication are replaced by
> the "Math" versions.
> - Cleanup: the usage of do/while(false) is removed
not now
-
PR: https://git.openjdk.java.net/jdk/pull/
On Fri, 8 Oct 2021 10:23:13 GMT, Sergey Bylokhov wrote:
> In JDK 9 the native code for the robot class was reworked to get an access to
> the HiDPI quality screenshots. So we allocate the data storage for the HiDPI
> quality and then request the best quality from the macOS.
>
> It works fine i
On Mon, 27 Sep 2021 03:33:52 GMT, Sergey Bylokhov wrote:
> This test depends on the next windows UI performance option:
> “Show window contents while dragging”, see
> https://answers.microsoft.com/en-us/windows/forum/all/in-windows-7-how-do-i-show-window-contents-while/18e3aee2-bcc7-4005-a45d-c5
On Thu, 25 Nov 2021 03:56:32 GMT, Sergey Bylokhov wrote:
>> If we use a custom stream and specify limit on stream.read() length,
>> WBMPImageReader.read() doesnt verify whether we are decoded complete data or
>> not. We can check the length of data decoded and rerun the stream.read() or
>> use
On Thu, 28 Oct 2021 09:29:13 GMT, Masanori Yano wrote:
> Could you please review the 8262297 bug fixes?
>
> In this case, ImageIO.write() should throw java.io.IOException rather than
> java.lang.IndexOutOfBoundsException. IndexOutOfBoundsException is caught and
> wrapped in IIOException in Ima
On Fri, 26 Nov 2021 09:02:37 GMT, Alexey Ushakov wrote:
>> Removed creation of the separate encoder depending on destination properties
>> as we don't use this info to customize the encoder properties
>
> Alexey Ushakov has updated the pull request incrementally with one additional
> commit sin
On Fri, 26 Nov 2021 09:02:37 GMT, Alexey Ushakov wrote:
>> Removed creation of the separate encoder depending on destination properties
>> as we don't use this info to customize the encoder properties
>
> Alexey Ushakov has updated the pull request incrementally with one additional
> commit sin
On Fri, 8 Oct 2021 10:23:13 GMT, Sergey Bylokhov wrote:
> In JDK 9 the native code for the robot class was reworked to get an access to
> the HiDPI quality screenshots. So we allocate the data storage for the HiDPI
> quality and then request the best quality from the macOS.
>
> It works fine i
On Fri, 26 Nov 2021 09:02:37 GMT, Alexey Ushakov wrote:
>> Removed creation of the separate encoder depending on destination properties
>> as we don't use this info to customize the encoder properties
>
> Alexey Ushakov has updated the pull request incrementally with one additional
> commit sin
19 matches
Mail list logo