Re[4]: event и Запуск GC
От: Cyberax Марс  
Дата: 26.03.07 12:43
Оценка:
Здравствуйте, bolshik, Вы писали:


C>>...

C>>System.gc() реально запускает мусоросборщик. Кстати, обычно это делается и при minimize.
B>Не, ну это ты зря.
B>Runtime.gc()
B>

B>...Calling this method suggests that the Java virtual machine expend effort toward recycling unused objects in order to make the memory they currently occupy available for quick reuse...

System.gc()
/**
* Runs the garbage collector.
* <p>
* Calling the <code>gc</code> method suggests that the Java Virtual
* Machine expend effort toward recycling unused objects in order to
* make the memory they currently occupy available for quick reuse.
* When control returns from the method call, the Java Virtual
* Machine has made a best effort to reclaim space from all discarded
* objects.

* <p>


На практике во всех JVM, которые я видел, System.gc() вызывает полный цикл сборки.
Sapienti sat!
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.