diff options
Diffstat (limited to 'weaver/testdata/AroundAndOthersHelloWorld.txt')
-rw-r--r-- | weaver/testdata/AroundAndOthersHelloWorld.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/weaver/testdata/AroundAndOthersHelloWorld.txt b/weaver/testdata/AroundAndOthersHelloWorld.txt index ba9460b69..483a00f4c 100644 --- a/weaver/testdata/AroundAndOthersHelloWorld.txt +++ b/weaver/testdata/AroundAndOthersHelloWorld.txt @@ -1,6 +1,6 @@ public class HelloWorld extends java.lang.Object: public void <init>(): - ALOAD_0 // HelloWorld this (line 5) + ALOAD_0 // LHelloWorld; this (line 5) INVOKESPECIAL java.lang.Object.<init> ()V constructor-execution(void HelloWorld.<init>()) | RETURN @@ -15,15 +15,15 @@ public class HelloWorld extends java.lang.Object: | ASTORE_2 | method-call(void java.io.PrintStream.println(java.lang.String)) | | INVOKESTATIC Aspect.ajc_before_method_execution ()V - | | BIPUSH 2 + | | ICONST_2 | | ANEWARRAY java.lang.Object | | ASTORE 4 | | ALOAD 4 - | | BIPUSH 0 + | | ICONST_0 | | ALOAD_2 | | AASTORE | | ALOAD 4 - | | BIPUSH 1 + | | ICONST_1 | | ALOAD_1 | | AASTORE | | NEW HelloWorld$AjcClosure3 @@ -46,15 +46,15 @@ public class HelloWorld extends java.lang.Object: static final void println_aroundBody2(java.io.PrintStream, String): INVOKESTATIC Aspect.ajc_before_method_execution ()V - BIPUSH 2 + ICONST_2 ANEWARRAY java.lang.Object ASTORE_2 ALOAD_2 - BIPUSH 0 + ICONST_0 ALOAD_0 AASTORE ALOAD_2 - BIPUSH 1 + ICONST_1 ALOAD_1 AASTORE NEW HelloWorld$AjcClosure1 @@ -80,11 +80,11 @@ public class HelloWorld$AjcClosure1 extends org.aspectj.runtime.internal.AroundC 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 HelloWorld.println_aroundBody0 (Ljava/io/PrintStream;Ljava/lang/String;)V @@ -106,11 +106,11 @@ public class HelloWorld$AjcClosure3 extends org.aspectj.runtime.internal.AroundC 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 HelloWorld.println_aroundBody2 (Ljava/io/PrintStream;Ljava/lang/String;)V |