-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
The java.lang.System.runFinalizersOnExit(boolean value) and java.lang.Runtime.runFinalizersOnExit(boolean value) have been deprecated for some time as they are regarded as inherently unsafe. Running finalizers on exit was disabled by default and enabling it could result in finalizers being called on live objects which are still being manipulated by other threads.
When
a Java class uses java.lang.System.runFinalizersOnExit(boolean value) or java.lang.Runtime.runFinalizersOnExit(boolean value)
Perform
add a hint to remove these calls as they are unsafe
- relates to
-
WINDUPRULE-853 Update GC finalizer method removal rule
- New