Do you also switch Java versions from 7 to 8 when switching from GWT 2.7 to 2.8 ? GWT uses JDT to compile your source and the Java 8 code path in JDT might be a bit slower. Also you might need a bit more memory, could be that your compile does more garbage collection during compilation than before because memory pressure might be higher.
-- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
