diff options
Diffstat (limited to 'weaver/testdata/AroundFancyHelloWorld.txt')
-rw-r--r-- | weaver/testdata/AroundFancyHelloWorld.txt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/weaver/testdata/AroundFancyHelloWorld.txt b/weaver/testdata/AroundFancyHelloWorld.txt index e37bf0223..258722991 100644 --- a/weaver/testdata/AroundFancyHelloWorld.txt +++ b/weaver/testdata/AroundFancyHelloWorld.txt @@ -1,6 +1,6 @@ public abstract class FancyHelloWorld extends java.lang.Object: public void <init>(): - ALOAD_0 // FancyHelloWorld this (line 7) + ALOAD_0 // LFancyHelloWorld; this (line 7) INVOKESPECIAL java.lang.Object.<init> ()V constructor-execution(void FancyHelloWorld.<init>()) | RETURN @@ -13,20 +13,20 @@ public abstract class FancyHelloWorld extends java.lang.Object: | ASTORE_1 | finally -> E1 | | catch java.lang.Exception -> E0 - | | | ALOAD_1 // java.io.PrintStream out (line 11) + | | | ALOAD_1 // Ljava/io/PrintStream; out (line 11) | | | LDC "bye" | | | ASTORE 5 | | | ASTORE 6 | | | method-call(void java.io.PrintStream.println(java.lang.String)) - | | | | BIPUSH 2 + | | | | ICONST_2 | | | | ANEWARRAY java.lang.Object | | | | ASTORE 7 | | | | ALOAD 7 - | | | | BIPUSH 0 + | | | | ICONST_0 | | | | ALOAD 6 | | | | AASTORE | | | | ALOAD 7 - | | | | BIPUSH 1 + | | | | ICONST_1 | | | | ALOAD 5 | | | | AASTORE | | | | NEW FancyHelloWorld$AjcClosure1 @@ -39,20 +39,20 @@ public abstract class FancyHelloWorld extends java.lang.Object: | | | GOTO L0 | | catch java.lang.Exception -> E0 | | E0: ASTORE_2 (line 12) - | | ALOAD_1 // java.io.PrintStream out (line 13) - | | ALOAD_2 // java.lang.Exception e + | | ALOAD_1 // Ljava/io/PrintStream; out (line 13) + | | ALOAD_2 // Ljava/lang/Exception; e | | ASTORE 8 | | ASTORE 9 | | method-call(void java.io.PrintStream.println(java.lang.Object)) - | | | BIPUSH 2 + | | | ICONST_2 | | | ANEWARRAY java.lang.Object | | | ASTORE 10 | | | ALOAD 10 - | | | BIPUSH 0 + | | | ICONST_0 | | | ALOAD 9 | | | AASTORE | | | ALOAD 10 - | | | BIPUSH 1 + | | | ICONST_1 | | | ALOAD 8 | | | AASTORE | | | NEW FancyHelloWorld$AjcClosure3 @@ -71,20 +71,20 @@ public abstract class FancyHelloWorld extends java.lang.Object: | L0: JSR L1 | GOTO L2 | L1: ASTORE_3 - | ALOAD_1 // java.io.PrintStream out (line 15) + | ALOAD_1 // Ljava/io/PrintStream; out (line 15) | LDC "finally" | ASTORE 11 | ASTORE 12 | method-call(void java.io.PrintStream.println(java.lang.String)) - | | BIPUSH 2 + | | ICONST_2 | | ANEWARRAY java.lang.Object | | ASTORE 13 | | ALOAD 13 - | | BIPUSH 0 + | | ICONST_0 | | ALOAD 12 | | AASTORE | | ALOAD 13 - | | BIPUSH 1 + | | ICONST_1 | | ALOAD 11 | | AASTORE | | NEW FancyHelloWorld$AjcClosure5 @@ -103,18 +103,18 @@ public abstract class FancyHelloWorld extends java.lang.Object: method-execution(java.lang.String FancyHelloWorld.getName()) | ICONST_0 (line 20) | ISTORE_0 - | ILOAD_0 // int x (line 21) + | ILOAD_0 // I x (line 21) | LDC "name" | method-call(int java.lang.String.hashCode()) | | INVOKEVIRTUAL java.lang.String.hashCode ()I | method-call(int java.lang.String.hashCode()) | IADD - | ISTORE_0 // int x + | ISTORE_0 // I x | NEW java.lang.StringBuffer (line 22) | DUP | LDC "name" | INVOKESPECIAL java.lang.StringBuffer.<init> (Ljava/lang/String;)V - | ILOAD_0 // int x + | ILOAD_0 // I x | method-call(java.lang.StringBuffer java.lang.StringBuffer.append(int)) | | INVOKEVIRTUAL java.lang.StringBuffer.append (I)Ljava/lang/StringBuffer; | method-call(java.lang.StringBuffer java.lang.StringBuffer.append(int)) @@ -160,11 +160,11 @@ public class FancyHelloWorld$AjcClosure1 extends org.aspectj.runtime.internal.Ar GETFIELD org.aspectj.runtime.internal.AroundClosure.state [Ljava/lang/Object; ASTORE_2 ALOAD_2 - BIPUSH 0 + ICONST_0 AALOAD CHECKCAST java.io.PrintStream ALOAD_2 - BIPUSH 1 + ICONST_1 AALOAD CHECKCAST java.lang.String INVOKESTATIC FancyHelloWorld.println_aroundBody0 (Ljava/io/PrintStream;Ljava/lang/String;)V @@ -186,11 +186,11 @@ public class FancyHelloWorld$AjcClosure3 extends org.aspectj.runtime.internal.Ar GETFIELD org.aspectj.runtime.internal.AroundClosure.state [Ljava/lang/Object; ASTORE_2 ALOAD_2 - BIPUSH 0 + ICONST_0 AALOAD CHECKCAST java.io.PrintStream ALOAD_2 - BIPUSH 1 + ICONST_1 AALOAD INVOKESTATIC FancyHelloWorld.println_aroundBody2 (Ljava/io/PrintStream;Ljava/lang/Object;)V ACONST_NULL @@ -211,11 +211,11 @@ public class FancyHelloWorld$AjcClosure5 extends org.aspectj.runtime.internal.Ar GETFIELD org.aspectj.runtime.internal.AroundClosure.state [Ljava/lang/Object; ASTORE_2 ALOAD_2 - BIPUSH 0 + ICONST_0 AALOAD CHECKCAST java.io.PrintStream ALOAD_2 - BIPUSH 1 + ICONST_1 AALOAD CHECKCAST java.lang.String INVOKESTATIC FancyHelloWorld.println_aroundBody4 (Ljava/io/PrintStream;Ljava/lang/String;)V |