aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/AroundAllAndOthersHelloWorld.txt
diff options
context:
space:
mode:
Diffstat (limited to 'weaver/testdata/AroundAllAndOthersHelloWorld.txt')
-rw-r--r--weaver/testdata/AroundAllAndOthersHelloWorld.txt50
1 files changed, 25 insertions, 25 deletions
diff --git a/weaver/testdata/AroundAllAndOthersHelloWorld.txt b/weaver/testdata/AroundAllAndOthersHelloWorld.txt
index b3d0b28fb..241d22d75 100644
--- a/weaver/testdata/AroundAllAndOthersHelloWorld.txt
+++ b/weaver/testdata/AroundAllAndOthersHelloWorld.txt
@@ -1,14 +1,14 @@
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>())
| INVOKESTATIC Aspect.ajc_before_constructor_execution ()V
- | BIPUSH 1
+ | ICONST_1
| ANEWARRAY java.lang.Object
| ASTORE_2
| ALOAD_2
- | BIPUSH 0
+ | ICONST_0
| ALOAD_0
| AASTORE
| NEW HelloWorld$AjcClosure3
@@ -26,11 +26,11 @@ public class HelloWorld extends java.lang.Object:
ASTORE 7
method-execution(void HelloWorld.main(java.lang.String[]))
| INVOKESTATIC Aspect.ajc_before_method_execution ()V (line 8)
- | BIPUSH 1
+ | ICONST_1
| ANEWARRAY java.lang.Object
| ASTORE 9
| ALOAD 9
- | BIPUSH 0
+ | ICONST_0
| ALOAD 7
| AASTORE
| NEW HelloWorld$AjcClosure15
@@ -49,11 +49,11 @@ public class HelloWorld extends java.lang.Object:
static final void init$_aroundBody2(HelloWorld):
INVOKESTATIC Aspect.ajc_before_constructor_execution ()V
- BIPUSH 1
+ ICONST_1
ANEWARRAY java.lang.Object
ASTORE_1
ALOAD_1
- BIPUSH 0
+ ICONST_0
ALOAD_0
AASTORE
NEW HelloWorld$AjcClosure1
@@ -72,7 +72,7 @@ public class HelloWorld extends java.lang.Object:
static final java.io.PrintStream out_aroundBody6():
INVOKESTATIC Aspect.ajc_before_field_get ()V
- BIPUSH 0
+ ICONST_0
ANEWARRAY java.lang.Object
ASTORE_0
NEW HelloWorld$AjcClosure5
@@ -93,15 +93,15 @@ public class HelloWorld extends java.lang.Object:
static final void println_aroundBody10(java.io.PrintStream, String):
INVOKESTATIC Aspect.ajc_before_method_call ()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$AjcClosure9
@@ -116,7 +116,7 @@ public class HelloWorld extends java.lang.Object:
static final void main_aroundBody12(String[]):
field-get(java.io.PrintStream java.lang.System.out)
| INVOKESTATIC Aspect.ajc_before_field_get ()V
- | BIPUSH 0
+ | ICONST_0
| ANEWARRAY java.lang.Object
| ASTORE_1
| NEW HelloWorld$AjcClosure7
@@ -131,15 +131,15 @@ public class HelloWorld extends java.lang.Object:
ASTORE 5
method-call(void java.io.PrintStream.println(java.lang.String))
| INVOKESTATIC Aspect.ajc_before_method_call ()V
- | BIPUSH 2
+ | ICONST_2
| ANEWARRAY java.lang.Object
| ASTORE 7
| ALOAD 7
- | BIPUSH 0
+ | ICONST_0
| ALOAD 5
| AASTORE
| ALOAD 7
- | BIPUSH 1
+ | ICONST_1
| ALOAD_3
| AASTORE
| NEW HelloWorld$AjcClosure11
@@ -154,11 +154,11 @@ public class HelloWorld extends java.lang.Object:
static final void main_aroundBody14(String[]):
INVOKESTATIC Aspect.ajc_before_method_execution ()V (line 8)
- BIPUSH 1
+ ICONST_1
ANEWARRAY java.lang.Object
ASTORE_1
ALOAD_1
- BIPUSH 0
+ ICONST_0
ALOAD_0
AASTORE
NEW HelloWorld$AjcClosure13
@@ -184,7 +184,7 @@ 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 HelloWorld
INVOKESTATIC HelloWorld.init$_aroundBody0 (LHelloWorld;)V
@@ -206,7 +206,7 @@ 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 HelloWorld
INVOKESTATIC HelloWorld.init$_aroundBody2 (LHelloWorld;)V
@@ -262,11 +262,11 @@ public class HelloWorld$AjcClosure9 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_aroundBody8 (Ljava/io/PrintStream;Ljava/lang/String;)V
@@ -288,11 +288,11 @@ public class HelloWorld$AjcClosure11 extends org.aspectj.runtime.internal.Around
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_aroundBody10 (Ljava/io/PrintStream;Ljava/lang/String;)V
@@ -314,7 +314,7 @@ public class HelloWorld$AjcClosure13 extends org.aspectj.runtime.internal.Around
GETFIELD org.aspectj.runtime.internal.AroundClosure.state [Ljava/lang/Object;
ASTORE_2
ALOAD_2
- BIPUSH 0
+ ICONST_0
AALOAD
CHECKCAST [Ljava.lang.String;
INVOKESTATIC HelloWorld.main_aroundBody12 ([Ljava/lang/String;)V
@@ -336,7 +336,7 @@ public class HelloWorld$AjcClosure15 extends org.aspectj.runtime.internal.Around
GETFIELD org.aspectj.runtime.internal.AroundClosure.state [Ljava/lang/Object;
ASTORE_2
ALOAD_2
- BIPUSH 0
+ ICONST_0
AALOAD
CHECKCAST [Ljava.lang.String;
INVOKESTATIC HelloWorld.main_aroundBody14 ([Ljava/lang/String;)V