Browse Source

353936

tags/V1_6_12M2
aclement 12 years ago
parent
commit
529dc748a6

+ 1
- 1
tests/features152/synchronization/transformed/expected/C.b.txt View File

@@ -1,4 +1,4 @@
public static void b() org.aspectj.weaver.MethodDeclarationLineNumber: 17:340
public static void b() org.aspectj.weaver.MethodDeclarationLineNumber: 17:324
:
LDC C
DUP

+ 1
- 1
tests/features152/synchronization/transformed/expected/C.bbb.txt View File

@@ -1,4 +1,4 @@
public static void bbb() org.aspectj.weaver.MethodDeclarationLineNumber: 15:316
public static void bbb() org.aspectj.weaver.MethodDeclarationLineNumber: 15:302
:
GETSTATIC C.class$1 Ljava/lang/Class;
DUP

+ 2
- 2
tests/features152/synchronization/transformed/expected/C.m.txt View File

@@ -1,6 +1,6 @@
public void m() org.aspectj.weaver.MethodDeclarationLineNumber: 16:496
public void m() org.aspectj.weaver.MethodDeclarationLineNumber: 16:481
:
ALOAD_0
ALOAD_0 // LC; this
DUP
ASTORE_1
MONITORENTER

+ 2
- 2
tests/features152/synchronization/transformed/expected/C.m2.txt View File

@@ -1,7 +1,7 @@
public void m2() org.aspectj.weaver.MethodDeclarationLineNumber: 20:571
public void m2() org.aspectj.weaver.MethodDeclarationLineNumber: 20:552
:
catch java.lang.Throwable -> E2
| ALOAD_0
| ALOAD_0 // LC; this
| DUP
| ASTORE_1
| MONITORENTER

+ 2
- 2
tests/features152/synchronization/transformed/expected/C.m3.txt View File

@@ -1,6 +1,6 @@
public void m3() org.aspectj.weaver.MethodDeclarationLineNumber: 20:747
public void m3() org.aspectj.weaver.MethodDeclarationLineNumber: 20:728
:
ALOAD_0
ALOAD_0 // LC; this
DUP
ASTORE_1
MONITORENTER

+ 2
- 2
tests/features152/synchronization/transformed/expected/C.m32.txt View File

@@ -1,7 +1,7 @@
public void m32() org.aspectj.weaver.MethodDeclarationLineNumber: 24:823
public void m32() org.aspectj.weaver.MethodDeclarationLineNumber: 24:800
:
catch java.lang.Throwable -> E2
| ALOAD_0
| ALOAD_0 // LC; this
| DUP
| ASTORE_1
| MONITORENTER

+ 1
- 1
tests/features152/synchronization/transformed/expected/C.m33.txt View File

@@ -1,4 +1,4 @@
public void m33() org.aspectj.weaver.MethodDeclarationLineNumber: 29:917
public void m33() org.aspectj.weaver.MethodDeclarationLineNumber: 29:889
:
ALOAD_0 // LC; this (line 30)
DUP

+ 1
- 1
tests/features152/synchronization/transformed/expected/C.m34.txt View File

@@ -1,4 +1,4 @@
public void m34() org.aspectj.weaver.MethodDeclarationLineNumber: 35:1018
public void m34() org.aspectj.weaver.MethodDeclarationLineNumber: 35:984
:
catch java.lang.Throwable -> E1
| ALOAD_0 // LC; this (line 36)

+ 1
- 1
tests/features152/synchronization/transformed/expected/C.ma.txt View File

@@ -1,4 +1,4 @@
public void ma() org.aspectj.weaver.MethodDeclarationLineNumber: 14:307
public void ma() org.aspectj.weaver.MethodDeclarationLineNumber: 14:294
:
INVOKESTATIC Two.aspectOf ()LTwo; (line 15)
INVOKEVIRTUAL Two.ajc$before$Two$1$8d8821ee ()V

+ 1
- 1
tests/features152/synchronization/transformed/expected/One.b.txt View File

@@ -1,6 +1,6 @@
public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 13:247
:
ALOAD_0
ALOAD_0 // LOne; this
DUP
ASTORE_1
MONITORENTER

+ 1
- 1
tests/features152/synchronization/transformed/expected/One.c.txt View File

@@ -1,6 +1,6 @@
public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 18:351
:
ALOAD_0
ALOAD_0 // LOne; this
DUP
ASTORE_2
MONITORENTER

+ 1
- 1
tests/features152/synchronization/transformed/expected/One.e.txt View File

@@ -1,6 +1,6 @@
public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 28:584
:
ALOAD_0
ALOAD_0 // LOne; this
DUP
ASTORE_2
MONITORENTER

Loading…
Cancel
Save