aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-10-05 09:36:51 +0000
committeracolyer <acolyer>2005-10-05 09:36:51 +0000
commit760ceb8deed44cdb6f0cb8624bfc5764f4a8037e (patch)
tree27990f41b1823cb1773cf577bd4820e26bbb8c3b /weaver/testdata
parent2b0e6755030eb378e612a00fcb80d7bdca2c55ee (diff)
downloadaspectj-760ceb8deed44cdb6f0cb8624bfc5764f4a8037e.tar.gz
aspectj-760ceb8deed44cdb6f0cb8624bfc5764f4a8037e.zip
final part of fix for 100195 - local var debug info for inlined around advicepreDefaultReweavable
Diffstat (limited to 'weaver/testdata')
-rw-r--r--weaver/testdata/AroundAllAndOthersFancyHelloWorld.txt8
-rw-r--r--weaver/testdata/AroundAllFancyHelloWorld.txt8
2 files changed, 8 insertions, 8 deletions
diff --git a/weaver/testdata/AroundAllAndOthersFancyHelloWorld.txt b/weaver/testdata/AroundAllAndOthersFancyHelloWorld.txt
index 709ff60a7..789b9d37e 100644
--- a/weaver/testdata/AroundAllAndOthersFancyHelloWorld.txt
+++ b/weaver/testdata/AroundAllAndOthersFancyHelloWorld.txt
@@ -203,7 +203,7 @@ public abstract class FancyHelloWorld extends java.lang.Object:
ASTORE_3 (line 9)
finally -> E1
| catch java.lang.Exception -> E0
- | | ALOAD_3 (line 11)
+ | | ALOAD_3 // java.io.PrintStream out (line 11)
| | LDC "bye"
| | ASTORE 5
| | ASTORE 7
@@ -230,8 +230,8 @@ public abstract class FancyHelloWorld extends java.lang.Object:
| | GOTO L0
| catch java.lang.Exception -> E0
| E0: ASTORE 11 (line 12)
- | ALOAD_3 (line 13)
- | ALOAD 11
+ | ALOAD_3 // java.io.PrintStream out (line 13)
+ | ALOAD 11 // java.lang.Exception e
| ASTORE 13
| ASTORE 15
| method-call(void java.io.PrintStream.println(java.lang.Object))
@@ -263,7 +263,7 @@ public abstract class FancyHelloWorld extends java.lang.Object:
L0: JSR L1
GOTO L2
L1: ASTORE 21
- ALOAD_3 (line 15)
+ ALOAD_3 // java.io.PrintStream out (line 15)
LDC "finally"
ASTORE 23
ASTORE 25
diff --git a/weaver/testdata/AroundAllFancyHelloWorld.txt b/weaver/testdata/AroundAllFancyHelloWorld.txt
index de2e58197..b7a8d8623 100644
--- a/weaver/testdata/AroundAllFancyHelloWorld.txt
+++ b/weaver/testdata/AroundAllFancyHelloWorld.txt
@@ -101,7 +101,7 @@ public abstract class FancyHelloWorld extends java.lang.Object:
ASTORE_3 (line 9)
finally -> E1
| catch java.lang.Exception -> E0
- | | ALOAD_3 (line 11)
+ | | ALOAD_3 // java.io.PrintStream out (line 11)
| | LDC "bye"
| | ASTORE 5
| | ASTORE 7
@@ -127,8 +127,8 @@ public abstract class FancyHelloWorld extends java.lang.Object:
| | GOTO L0
| catch java.lang.Exception -> E0
| E0: ASTORE 11 (line 12)
- | ALOAD_3 (line 13)
- | ALOAD 11
+ | ALOAD_3 // java.io.PrintStream out (line 13)
+ | ALOAD 11 // java.lang.Exception e
| ASTORE 13
| ASTORE 15
| method-call(void java.io.PrintStream.println(java.lang.Object))
@@ -159,7 +159,7 @@ public abstract class FancyHelloWorld extends java.lang.Object:
L0: JSR L1
GOTO L2
L1: ASTORE 21
- ALOAD_3 (line 15)
+ ALOAD_3 // java.io.PrintStream out (line 15)
LDC "finally"
ASTORE 23
ASTORE 25