public class RunFinalizersOnExit extends AbstractProcessor> (Code)
Dm: Method invokes runFinalizersOnExit, one of the most dangerous methods in
the Java libraries. (DM_RUN_FINALIZERS_ON_EXIT) Never call
System.runFinalizersOnExit or Runtime.runFinalizersOnExit for any reason:
they are among the most dangerous methods in the Java libraries.
author: Nicolas Petitprez