RFR: 8278426: ImagePool uses terminally deprecated System.runFinalization method

Kevin Rushforth kcr at openjdk.org
Wed Oct 19 15:00:55 UTC 2022


On Mon, 17 Oct 2022 14:02:52 GMT, Lukasz Kostyra <duke at openjdk.org> wrote:

> This change removes runFinalization calls in ImagePool::pruneCache method.
> 
> Finalizers are deprecated in JDK 18 and will be removed soon.

Can you enable GitHub actions testing for your repo? See this comment:

https://github.com/openjdk/jfx/pull/918/checks?check_run_id=8936136932

Once you do, you should be able to manually trigger a GHA run (it will be automatically triggered on future pushes to your branches).

-------------

PR: https://git.openjdk.org/jfx/pull/918


More information about the openjfx-dev mailing list