> 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.
Phil Race has updated the pull request incrementally with one additional commit since the last revision: 8380578 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30362/files - new: https://git.openjdk.org/jdk/pull/30362/files/5b41e87e..074ccf3b Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30362&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30362&range=00-01 Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 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
