This is to address removing AppContext from various places in the AWT implementation.
This most substantial is in various XAWT / Toolkit related classes to remove AppContext lookup in event dispatching and related code - An unused field of a native XAWT structure references the appContext field of a Component and so it is deleted - The same exists in windows, and although nothing to do with XAWT it is cleaned up here - one obsolete comment (no code change) is removed from a PerformanceLogger class No tests fail. ------------- Commit messages: - 8380578 Changes: https://git.openjdk.org/jdk/pull/30362/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30362&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8380578 Stats: 59 lines in 12 files changed: 1 ins; 34 del; 24 mod Patch: https://git.openjdk.org/jdk/pull/30362.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30362/head:pull/30362 PR: https://git.openjdk.org/jdk/pull/30362
