Fixes issue #1132.  In r956 I put in a fix to make static initializers chain to their superclass static initializers.  Unfortunately, the change I put in resulted in the wrong evaluation order.  I'm backing out much of that change, and instead fixing the same problem a different way.

This change adds an explicit chaining call from a subclass clinit to a superclass clinit very early in AST generation.  It's actually a much more straightforward fix. This may produce slightly more code in the short term, because the old implementation would essentially elide empty subclass ctors.  When we we get better inlining in place any differences should go away.

Found by: ispeters, jcai99
Review by: mmendez


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1197 8db76d5a-ed1c-0410-87a9-c151d255dfc7
4 files changed