Displaying 1 result from an estimated 1 matches for "xincgc".
Did you mean:
xinc
2006 Dec 23
1
Re: Xapian jni
...some overhead to this locking, and it complicates
building on some platforms (we don't automatically pass any
thread-specific flags to the compiler, but e.g. OSF/1 on alpha needs
"-pthread" so the user has to know to force this currently).
> Using incremental garbage collection (-Xincgc ) seems to fix this
> problem, however:
>
> The spec. for java "finalize" method states that
>
> "The Java programming language does not guarantee which thread will
> invoke the finalize method for any given object. It is guaranteed,
> however, that the thread...