mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
11 lines
365 B
HTML
11 lines
365 B
HTML
<html>
|
|
<body>
|
|
Reports calls to <code>System.runFinalizersOnExit()</code>.
|
|
<p>
|
|
This call is one of the most dangerous in the Java language. It is inherently non-thread-safe,
|
|
may result in data corruption, deadlock, and may affect parts of the program far removed from its call point.
|
|
It is deprecated, and its use is strongly discouraged.
|
|
</p>
|
|
</body>
|
|
</html>
|