On Tue, 8 Mar 2022 03:51:40 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Rajat Mahajan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> removed stdlib.h, not needed > > src/java.desktop/windows/native/libawt/windows/awt_Robot.cpp line 53: > >> 51: >> 52: ::SendInput(1, &mouseInput, sizeof(mouseInput)); >> 53: > > This change looks fine, the only suggestion I have is to split the long lines > and use the 80 chars per line. > > Please also confirm that mach5 is green. Mach5 passed all testing with the change. Fixed limit to 80 chars/ line. thanks ------------- PR: https://git.openjdk.java.net/jdk/pull/7736