Out of Memory during GWT compile
While analyzing with Eclipse Memory Analyzer(MAT), it was found that around 860MB of memory is taken by HashMap.Entry and HashMap.Entry[]. There are 1.3 million instances of HashMap.Entry objects created. See image below.
These HashMap Entries typically have keys as (com.google.gwt.dev.jjs.ast.JMethod, com.google.gwt.dev.jjs.ast.JField, com.google.gwt.dev.jjs.ast.JParameter etc.) and the value is typically an instance of java.lang.Object.
These maps are referenced from the PermutationWorker Thread.

Why are so many instances on HashMap Entries created ? Is this a an existing bug or do we need to specify any flag during the GWT compile to get around this problem?Thanks,Ranjith
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.



0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home