On Mon, 2 Feb 2026 20:56:02 GMT, Phil Race <[email protected]> wrote: > Remove AppContext from SunClipboard.
src/java.desktop/share/classes/sun/awt/datatransfer/SunClipboard.java line 64:
> 62: public abstract class SunClipboard extends Clipboard {
> 63:
> 64: private final Object CLIPBOARD_FLAVOR_LISTENER_KEY;
This field is not needed anymore?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29533#discussion_r2760776099
