On Fri, 29 Mar 2024 18:23:27 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> Please review this PR that removes unused functions, variables, and WM_AWT > window messages. > > The unused code was detected by automated analysis (MSVC compiler and linker, > CodeQL analyzer). I manually verified every symbol before removing. Mach5 > client libs testing clean. > > Some WM_AWT messages have different IDs after this change. The IDs have > changed a few times before, so I think this shouldn't be a problem. This pull request has now been integrated. Changeset: 51b0abc8 Author: Daniel Jeliński <djelin...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/51b0abc87439014c4c5022c0057614f99a741ddd Stats: 735 lines in 23 files changed: 0 ins; 712 del; 23 mod 8329340: Remove unused libawt code 8315693: Remove WM_AWT_SET_SCROLL_INFO message Reviewed-by: prr, aivanov ------------- PR: https://git.openjdk.org/jdk/pull/18553