RFR: 8081474: SwingWorker calls 'done' before the 'doInBackground' is finished [v5]
Alexey Ivanov
aivanov at openjdk.org
Tue Jan 31 11:21:01 UTC 2023
On Tue, 31 Jan 2023 11:11:34 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> OK..I have removed unconditional setting of DONE state.. But then as I mentioned, it would cause JCK failure, so I have reverted isDone() change too...
Should we update the spec for `isDone()`? I think it's the right way because it makes the behaviour consistent. Doing so requires a CSR which will be the grounds for updating the JCK test.
-------------
PR: https://git.openjdk.org/jdk/pull/11940
More information about the client-libs-dev
mailing list