This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: initiate garbage collector under gcj


>>>>> "Yura" == Yura Smolsky <info@altervision.biz> writes:

Yura> How can I manually initiate process of garbage collecting under gcj?..

You can call System.gc().  Like other JVMs, this isn't guaranteed to
have an effect.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]