This is the mail archive of the java-patches@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: Patch: ALL_INTERIOR_POINTERS


>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

Bryce> I just noticed that we have been building the GC with
Bryce> ALL_INTERIOR_POINTERS, probably since the last GC merge. This
Bryce> is what was causing all those pesky "blacklisted block"
Bryce> messages and was causing the heap to grow bigger than it should
Bryce> on some of my test cases. Turning it off should also improve
Bryce> performance.

Thanks.

Bryce> I also took the opportunity to clean out some cruft in boehm.cc
Bryce> - specifically the locking stuff which I don't think we need
Bryce> (_Jv_InitGC is guaranteed to be called single-threaded).

What if libgcj.so is dlopen()ed and then the invocation API is used
from a multithreaded app?

Tom


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