-
Bug
-
Resolution: Fixed
-
P4
-
jfx18
The System.runFinalization and Runtime.runFinalization methods are terminally deprecated by JEP 421 (JDK-8274609). Several JavaFX tests call System.runFinalization method when testing for memory leaks.
To see this, run the following:
$ gradle --info -PLINT=removal test
See the attached log file for the list of calls to runFinalization.
To see this, run the following:
$ gradle --info -PLINT=removal test
See the attached log file for the list of calls to runFinalization.
- relates to
-
JDK-8278426 ImagePool uses terminally deprecated System.runFinalization method
- Resolved
-
JDK-8276447 Deprecate finalization-related methods for removal
- Resolved
-
JDK-8274609 JEP 421: Deprecate Finalization for Removal
- Closed