This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: PR libgcj/23367
>>>>> "Hans" == Boehm, Hans <hans.boehm@hp.com> writes:
Hans> If I understand this correctly, the cache is only referenced by
Hans> thread-local memory?
Yes.
Hans> Ideally, the collector should handle this correctly, but I don't
Hans> believe that it does so consistently across platforms.
Ok, thanks for the heads up. I think it is just as easy to manage
this cache manually, I'll probably just do that.
Tom