[jboss-user] [Javassist user questions] - Re: Anomalous VerifyError (related to inner classes?)
hlship
do-not-reply at jboss.com
Thu Feb 8 16:22:02 EST 2007
And now I can see that the forum has truncated my (very long) message. Here's the most relevant part at the end:
| public void initializer();
| Code:
| Stack=1, Locals=1, Args_size=1
| 0: aload_0
| 1: pop
| 2: nop
| 3: nop
| 4: return
| LineNumberTable:
| line 23: 0
| LocalVariableTable:
| Start Length Slot Name Signature
| 0 5 0 this Lorg/apache/tapestry/corelib/components/Grid;
|
| public org.apache.tapestry.corelib.components.Grid(org.apache.tapestry.internal.InternalComponentResources, org.apache.tapestry.services.GridDataModelSource, org.apache.tapestry.services.BindingSource);
| Code:
| Stack=2, Locals=4, Args_size=4
| 0: aload_0
| 1: invokespecial #466; //Method java/lang/Object."<init>":()V
| 4: aload_0
| 5: aload_1
| 6: putfield #468; //Field org/apache/tapestry/corelib/components/Grid._$resources:Lorg/apache/tapestry/internal/InternalComponentResources;
| 9: aload_0
| 10: aload_2
| 11: putfield #470; //Field org/apache/tapestry/corelib/components/Grid._modelSource:Lorg/apache/tapestry/services/GridDataModelSource;
| 14: aload_0
| 15: aload_3
| 16: putfield #472; //Field org/apache/tapestry/corelib/components/Grid._$bindingSource:Lorg/apache/tapestry/services/BindingSource;
| 19: aload_0
| 20: invokevirtual #474; //Method org/apache/tapestry/corelib/components/Grid.initializer:()V
| 23: return
|
| }
|
and here's the synthetic accessor method:
| static org.apache.tapestry.grid.GridDataSource access$0(org.apache.tapestry.corelib.components.Grid);
| Code:
| Stack=1, Locals=3, Args_size=1
| 0: aload_0
| 1: astore_1
| 2: aconst_null
| 3: astore_2
| 4: invokespecial #80; //Method org/apache/tapestry/corelib/components/Grid._$read_parameter_source:()Lorg/apache/tapestry/grid/GridDataSource;
| 7: astore_2
| 8: aload_2
| 9: areturn
| LineNumberTable:
| line 26: 0
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013273#4013273
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013273
More information about the jboss-user
mailing list