On Sun, 22 Mar 2026 22:05:45 GMT, Phil Race <[email protected]> wrote:
> 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. This pull request has now been integrated. Changeset: 20c3082a Author: Phil Race <[email protected]> URL: https://git.openjdk.org/jdk/commit/20c3082aac4381a5d38ed3abb34b3651b2d28e08 Stats: 61 lines in 12 files changed: 1 ins; 35 del; 25 mod 8380578: Remove miscellaneous AppContext uses, mostly in XAWT Reviewed-by: serb, azvegint ------------- PR: https://git.openjdk.org/jdk/pull/30362
