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: status of gcj's boehm collector?


Boehm, Hans writes:
 > 
 > Thinking about this some more, I think the current System.gc() call
 > actually makes a little bit of sense if you run out of some
 > non-memory resource, and want to run both the collector and
 > finalizers.

Like file descriptors, f'rexample.

We depend on system.gc closing unused file descriptors.  I suspect
we'd run out of those long before running out of memory in some
applications.

Andrew.


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