LGTM Thanks for looking into this. I noticed them not being re-used on startup but I thought that had something to do with a need to coordinate with the code enabled by -XenableGeneratorResultCaching and hadn't looked into it yet.
On 2011/05/05 19:27:28, scottb wrote:
This is causing PersistentUnitCache to never re-use generated types.
The
deserialized ContentId hashCodes don't match the in-memory ContentId
hashCodes
because getClass().hashCode() isn't stable across VM instances.
http://gwt-code-reviews.appspot.com/1435801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
