Other |
---|
openjfx19Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
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.
|