Re: Duplicate hashcode for different Class objects
Paolo Bonzini <[email protected]> Sat, 13 Dec 2008 18:33:18 +0100
| Newsgroups | gmane.comp.programming.garbage-collection.general |
|---|---|
| Message-ID | <[email protected]> |
Unmesh joshi wrote: > Hi, > default JDK implementation returns Object's memory address as hashCode. Not really, especially with modern JVMs that move objects across GCs. Paolo