LGTM, just a nit.
http://gwt-code-reviews.appspot.com/706801/diff/1/2 File dev/core/src/com/google/gwt/dev/jjs/impl/FragmentExtractor.java (right): http://gwt-code-reviews.appspot.com/706801/diff/1/2#newcode640 dev/core/src/com/google/gwt/dev/jjs/impl/FragmentExtractor.java:640: call.setQualifier(new JsNameRef(sourceInfo, "$entry")); $entry is defined in JsRootScope. I think you should get the JsName from there just in case it should ever become an obfuscated symbol. http://gwt-code-reviews.appspot.com/706801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
