This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Array marking
Jeff> I was wondering too if using GC_malloc_stubborn for known
Jeff> immutable objects (e.g. java.lang.String) could help... or if
Jeff> that is mainly for incremental mode?
I don't know. One thing to note is that with the current
synchronization implementation, every object is mutable. This can be
changed (the compiler part of this is done), but nobody has done so.
Synchronization is something that comes up periodically here. I'd
like to get a chance to do some work on that, but so far it hasn't
happened.
Tom