On Thu, 22 May 2025 20:09:19 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:

>> Nikita Gubarkov has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   fixup! 8355904: Use variadic macros for J2dTrace
>
> src/java.desktop/windows/native/libawt/java2d/d3d/D3DShaderGen.c line 59:
> 
>> 57: // REMIND
>> 58: //#define J2dTraceLn(a, b) fprintf(stderr, "%s\n", b);
>> 59: //#define J2dTraceLn(a, b, c) fprintf(stderr, b, c);
> 
> It looks like the above commented J2dTraceLn for arguments 0 and 1 now 
> conflicts?

Should be better now

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24949#discussion_r2103367518

Reply via email to