On Sun, Dec 14, 2008 at 6:45 PM, Cameron Braid <came...@braid.com.au> wrote:

> a) bug in compiler - see attached oophm-stacktrace.txt
>

This isn't a compiler bug, it's caused by hosted mode being perhaps slightly
overeager?  The deal is, the custom field serializer for Arrays.asList()
(com.google.gwt.user.client.rpc.core.java.util.Arrays.ArrayList_CustomFieldSerializer),
has a method getArray0() that uses a JSNI reference that's only valid
against our own JRE emulation classes... it's not valid against a real JRE.
 This is okay, because the call to that method is guarded by a
GWT.isScript() block.

Bob, thoughts?

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

Reply via email to