RFR: 8269907 memory leak - Dirty Nodes / Parent removed [v9]

Florian Kirmaier fkirmaier at openjdk.org
Wed Feb 1 10:15:36 UTC 2023


> After thinking about this issue for some time, I've now got a solution.
> I know put the scene in the state it is, before is was shown, when the dirtyNodes are unset, the whole scene is basically considered dirty. 
> This has the drawback of rerendering, whenever a window is "reshown", but it restores sanity about memory behaviour, which should be considered more important.

Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision:

  JDK-8269907
  renamed testclass, based on code review,
  readded acidentally removed import

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

Changes:
  - all: https://git.openjdk.org/jfx/pull/584/files
  - new: https://git.openjdk.org/jfx/pull/584/files/7e47e060..dfb34701

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=584&range=08
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=584&range=07-08

  Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jfx/pull/584.diff
  Fetch: git fetch https://git.openjdk.org/jfx pull/584/head:pull/584

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


More information about the openjfx-dev mailing list