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: GC with threads on Darwin/OS X


Andreas Tobler writes:
 > 
 > Here I see some random passes of FileHandleGcTest.exe, but most time it 
 > fails.

Don't worry about it.  It's a long standing problem to do with the gc.

Basically, it's not possible to "stop the world" and do a garbage
collect when we run out of file handles because of some concurrency
issues.  This has been fixed on Linux by changing the kernel to
support a huge (basically unlimited) number of them.

Andrew.


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