JDK-8244297 : Provide utility for testing for memory leaks
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: other
  • Affected Version: openjfx15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-05-03
  • Updated: 2021-04-20
  • Resolved: 2020-10-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u301Fixed openjfx16Fixed
Related Reports
Relates :  
Relates :  
Description
The topic was discussed in a previous PR of mine: https://github.com/openjdk/jfx/pull/71

I want to add my library JMemoryBuddy https://github.com/Sandec/JMemoryBuddy to the project so tests for memoryleaks get more readable, maintainable etc.

It will be copied to the module javafx.base to the tests.
Comments
Changeset: 1a113344 Author: Florian Kirmaier <fkirmaier@openjdk.org> Committer: Ambarish Rapte <arapte@openjdk.org> Date: 2020-10-30 20:07:30 +0000 URL: https://github.com/openjdk/jfx/commit/1a113344
30-10-2020