RFR: 8366208: Unexpected exception in sun.java2d.cmm.lcms.LCMSImageLayout [v2]

Sergey Bylokhov serb at openjdk.org
Fri Aug 29 19:19:22 UTC 2025


On Fri, 29 Aug 2025 08:45:41 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Sergey Bylokhov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update FilterSemiCustomImages.java
>
> test/jdk/sun/java2d/cmm/ColorConvertOp/FilterSemiCustomImages.java line 87:
> 
>> 85:     private static void test(int fromIndex, int toIndex, int type)
>> 86:             throws Exception
>> 87:     {
> 
> Suggestion:
> 
>     private static void test(int fromIndex, int toIndex, int type)
>             throws Exception {
> 
> Java code style prefers the opening brace is on the same line instead of its own line.

the java2d code uses the style that the "{" is on new line if the line was wrapped. That was forced by Jim, and I still follow that.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26994#discussion_r2310925346


More information about the client-libs-dev mailing list