summaryrefslogtreecommitdiffstats
path: root/weaver/testdata/TjpBeforeHelloWorld.txt
diff options
context:
space:
mode:
authoraclement <aclement>2010-05-13 04:06:11 +0000
committeraclement <aclement>2010-05-13 04:06:11 +0000
commit27fa7e935696eda000b944d163ce1f3c4fa5afa5 (patch)
treeeac9f11eaa652bede052beef2684b387cf71bbc8 /weaver/testdata/TjpBeforeHelloWorld.txt
parent8764d5f36d7acb2c2af4051accac4f9c1b7e830d (diff)
downloadaspectj-27fa7e935696eda000b944d163ce1f3c4fa5afa5.tar.gz
aspectj-27fa7e935696eda000b944d163ce1f3c4fa5afa5.zip
more overweaving tests and fixes: method call/field get/set
Diffstat (limited to 'weaver/testdata/TjpBeforeHelloWorld.txt')
-rw-r--r--weaver/testdata/TjpBeforeHelloWorld.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/weaver/testdata/TjpBeforeHelloWorld.txt b/weaver/testdata/TjpBeforeHelloWorld.txt
index 13a84c274..9a73e5605 100644
--- a/weaver/testdata/TjpBeforeHelloWorld.txt
+++ b/weaver/testdata/TjpBeforeHelloWorld.txt
@@ -61,6 +61,13 @@ public class HelloWorld extends java.lang.Object:
end public static void main(String[])
static void <clinit>():
+ INVOKESTATIC HelloWorld.ajc$preClinit ()V
+ staticinitialization(void HelloWorld.<clinit>())
+ | RETURN
+ staticinitialization(void HelloWorld.<clinit>())
+ end static void <clinit>()
+
+ private static void ajc$preClinit():
NEW org.aspectj.runtime.reflect.Factory
DUP
LDC "HelloWorld.java"
@@ -119,8 +126,6 @@ public class HelloWorld extends java.lang.Object:
BIPUSH 8
INVOKEVIRTUAL org.aspectj.runtime.reflect.Factory.makeSJP (Ljava/lang/String;Lorg/aspectj/lang/Signature;I)Lorg/aspectj/lang/JoinPoint$StaticPart;
PUTSTATIC HelloWorld.ajc$tjp_3 Lorg/aspectj/lang/JoinPoint$StaticPart;
- staticinitialization(void HelloWorld.<clinit>())
- | RETURN
- staticinitialization(void HelloWorld.<clinit>())
- end static void <clinit>()
+ RETURN
+ end private static void ajc$preClinit()
end public class HelloWorld