On Thu, 8 Apr 2021 13:00:49 GMT, Aleksey Shipilev wrote:
> Noticed this when backporting JDK-8242557: there is a trivial copy-paste
> error in exception message. See:
> https://hg.openjdk.java.net/jdk/jdk/rev/645c71334acd#l1.58
This pull request has now been integrated.
Changeset: 051c117b
Au
On Thu, 8 Apr 2021 16:55:49 GMT, Alexander Zuev wrote:
>> Noticed this when backporting JDK-8242557: there is a trivial copy-paste
>> error in exception message. See:
>> https://hg.openjdk.java.net/jdk/jdk/rev/645c71334acd#l1.58
>
> Marked as reviewed by kizune (Reviewer).
Whoa, so many review
On Mon, 29 Mar 2021 20:50:14 GMT, Andrey Turbanov
wrote:
> There are few possible cleanups in java.desktop related to legacy
> StringBuffer usages:
> 1. In few places StringBuffer can be replaced with plain String concatenation.
> 2. StringBuffer can be replaced with StringBuilder. StringBuilde
On Thu, 8 Apr 2021 13:00:49 GMT, Aleksey Shipilev wrote:
> Noticed this when backporting JDK-8242557: there is a trivial copy-paste
> error in exception message. See:
> https://hg.openjdk.java.net/jdk/jdk/rev/645c71334acd#l1.58
Marked as reviewed by kizune (Reviewer).
-
PR: https
On Thu, 8 Apr 2021 13:00:49 GMT, Aleksey Shipilev wrote:
> Noticed this when backporting JDK-8242557: there is a trivial copy-paste
> error in exception message. See:
> https://hg.openjdk.java.net/jdk/jdk/rev/645c71334acd#l1.58
Marked as reviewed by azvegint (Reviewer).
-
PR: htt
On Wed, 7 Apr 2021 19:54:03 GMT, Sergey Bylokhov wrote:
> I wonder why we have two similar but different constants:
> #define MaxTextureSize 16384
> #define MTL_GPU_FAMILY_MAC_TXT_SIZE 16384
I can remove MaxTextureSize and replace its usages.
Should I file a new bug or put changes in this PR?
-
On Thu, 8 Apr 2021 14:43:50 GMT, Andrey Turbanov
wrote:
>> There are few possible cleanups in java.desktop related to legacy
>> StringBuffer usages:
>> 1. In few places StringBuffer can be replaced with plain String
>> concatenation.
>> 2. StringBuffer can be replaced with StringBuilder. Strin
On Wed, 7 Apr 2021 20:29:12 GMT, Alexey Ushakov wrote:
>>> @avu Test passes without fix also.
>> @jayathirthrao Could you provide the details about your configuration along
>> with parameters passed to jtreg ?
>
>> @avu I am running test in 13 inch Macbook Early 2015 with integrated Intel
>> Ir
On Thu, 8 Apr 2021 14:43:50 GMT, Andrey Turbanov
wrote:
>> There are few possible cleanups in java.desktop related to legacy
>> StringBuffer usages:
>> 1. In few places StringBuffer can be replaced with plain String
>> concatenation.
>> 2. StringBuffer can be replaced with StringBuilder. Strin
> There are few possible cleanups in java.desktop related to legacy
> StringBuffer usages:
> 1. In few places StringBuffer can be replaced with plain String concatenation.
> 2. StringBuffer can be replaced with StringBuilder. StringBuilder has better
> performance as it is not thread-safe.
> 3. T
On Wed, 7 Apr 2021 15:21:40 GMT, Alexey Ivanov wrote:
>> Andrey Turbanov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> [PATCH] Replace uses of StringBuffer with StringBuilder in java.desktop
>>
>> fix copyright year
>
> src/java.d
On Thu, 8 Apr 2021 13:00:49 GMT, Aleksey Shipilev wrote:
> Noticed this when backporting JDK-8242557: there is a trivial copy-paste
> error in exception message. See:
> https://hg.openjdk.java.net/jdk/jdk/rev/645c71334acd#l1.58
Marked as reviewed by jdv (Reviewer).
-
PR: https://
On Thu, 8 Apr 2021 13:00:49 GMT, Aleksey Shipilev wrote:
> Noticed this when backporting JDK-8242557: there is a trivial copy-paste
> error in exception message. See:
> https://hg.openjdk.java.net/jdk/jdk/rev/645c71334acd#l1.58
Marked as reviewed by aivanov (Reviewer).
-
PR: http
Noticed this when backporting JDK-8242557: there is a trivial copy-paste error
in exception message. See:
https://hg.openjdk.java.net/jdk/jdk/rev/645c71334acd#l1.58
-
Commit messages:
- 8264923: PNGImageWriter.write_zTXt throws Exception with a typo
Changes: https://git.openjdk.ja
> Refer JBS for 3 issues that this PR addresses.
> In addition, I have corrected an erroneous free() call in the same method I
> was cleaning up.
Ajit Ghaisas has updated the pull request incrementally with one additional
commit since the last revision:
log message correction
-
> Refer JBS for 3 issues that this PR addresses.
> In addition, I have corrected an erroneous free() call in the same method I
> was cleaning up.
Ajit Ghaisas has updated the pull request incrementally with one additional
commit since the last revision:
Review fixes
-
Changes:
On Wed, 7 Apr 2021 02:50:03 GMT, Sergey Bylokhov wrote:
>> Ajit Ghaisas has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Review fixes
>
> src/java.desktop/macosx/classes/sun/java2d/metal/MTLGraphicsConfig.java line
> 149:
>
>> 147:
17 matches
Mail list logo