On Mon, 9 Mar 2026 19:56:58 GMT, Alexey Ivanov <[email protected]> wrote:
>> Sergey Bylokhov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review feedback
>
> test/jdk/sun/java2d/OpenGL/FlipCoexistTest.java line 110:
>
>> 108: private static void check(Robot robot, Frame frame, int x, int y,
>> Color exp,
>> 109: String desc)
>> 110: {
>
> Suggestion:
>
> private static void check(Robot robot, Frame frame, int x, int y, Color
> exp,
> String desc) {
>
> Is there a specific reason of putting the opening brace on its own line?
That is the only method that splits the list of arguments.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29886#discussion_r2907662290