_Jv_HashCode
Tom Tromey
tromey@cygnus.com
Wed May 10 08:45:00 GMT 2000
>>>>> "Jeff" == Jeff Sturm <jeff.sturm@appnet.com> writes:
Jeff> It seems to me that synchronization objects could provide their
Jeff> own hash algorithm as well.
What could it be except object address? It has to be something that
never changes, regardless of the object's contents. Also, we don't
want to add an extra word to the object, because getting rid of a word
is one point of making this change.
Tom
More information about the Java
mailing list