RFR: 8081474: SwingWorker calls 'done' before the 'doInBackground' is finished [v8]
Sergey Bylokhov
serb at openjdk.org
Wed Feb 1 19:45:17 UTC 2023
On Wed, 1 Feb 2023 17:15:31 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> SwingWorker is used in JEditorPane as well as in jconsole packages. Yet I didn't look into the details how it's used.
I think all of that usages by jconsole will start to throw the "CancellationException" in the "done" method since now we will start to call it. Not sure can it cause some issue or not.
-------------
PR: https://git.openjdk.org/jdk/pull/11940
More information about the client-libs-dev
mailing list