http://gwt-code-reviews.appspot.com/1367801/diff/1/dev/core/src/com/google/gwt/dev/jjs/ast/JPrimitiveType.java
File dev/core/src/com/google/gwt/dev/jjs/ast/JPrimitiveType.java
(right):

http://gwt-code-reviews.appspot.com/1367801/diff/1/dev/core/src/com/google/gwt/dev/jjs/ast/JPrimitiveType.java#newcode64
dev/core/src/com/google/gwt/dev/jjs/ast/JPrimitiveType.java:64: private
final transient String wrapperTypeName;
Help me understand something about putting 'transient' on these fields.
These JLiteral values are going to be deserialized with all null/zero
fields.  I don't see what will compensate for this, say when the
compiler serializes the AST between the Precompile and CompilePermuation
steps in a sharded compile.

http://gwt-code-reviews.appspot.com/1367801/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to