On Thu, 21 Apr 2022 15:03:04 GMT, Hima Bindu Meda <hm...@openjdk.org> wrote:
> This PR is to remove calls to deprecated method System.runFinalization. > Here is the list of module wise test cases affected by the removal: > > **web**: > test.javafx.scene.web.LeakTest > > **systemTests**: > test.memoryleak.JSCallbackMemoryTest > test.javafx.embed.swing.SwingNodeDnDMemoryLeakTest > test.javafx.embed.swing.SwingNodeMemoryLeakTest > test.javafx.scene.control.AccordionTitlePaneLeakTest > test.javafx.scene.control.TabPaneHeaderLeakTest > test.javafx.scene.shape.ShapeViewOrderLeakTest > test.javafx.scene.shape.meshmanagercacheleaktest.MeshManagerCacheLeakApp > test.javafx.stage.FocusedWindowTestBase --tests > test.memoryleak.JSCallbackMemoryTest > test.robot.javafx.web.TooltipFXTest > > **graphics**: > test.javafx.scene.SceneTest > > **controls**: > test.javafx.scene.control.ToggleButtonTest > test.javafx.scene.control.ControlAcceleratorSupportTest > > **base**: > > Executed above tests for 50 iterations on windows and Mac. > No regressions observed.All tests run fine. This pull request has now been integrated. Changeset: 166d5c2f Author: Hima Bindu Meda <hm...@openjdk.org> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/166d5c2f248aec2117c0023194bfe480bf110eb5 Stats: 38 lines in 20 files changed: 0 ins; 38 del; 0 mod 8278430: Several tests use terminally deprecated System.runFinalization method Reviewed-by: kcr ------------- PR: https://git.openjdk.java.net/jfx/pull/781