diff options
Diffstat (limited to 'weaver/testdata/AroundAllAndOthersFancyHelloWorld.txt')
-rw-r--r-- | weaver/testdata/AroundAllAndOthersFancyHelloWorld.txt | 8 |
1 files changed, 4 insertions, 4 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 |