aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/AfterThrowingHelloWorld.txt
blob: 822f1cd6c8098ed858fea0cbd6750bb155028993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
public class HelloWorld extends java.lang.Object:
  public void <init>():
                    ALOAD_0     // HelloWorld this   (line 5)
                    INVOKESPECIAL java.lang.Object.<init> ()V
    constructor-execution(void HelloWorld.<init>())
    | catch java.lang.Throwable -> E0
    | |             RETURN
    | catch java.lang.Throwable -> E0
    |           E0: ASTORE_1
    |               INVOKESTATIC Aspect.ajc_afterThrowing_constructor_execution ()V
    |               ALOAD_1
    |               ATHROW
    constructor-execution(void HelloWorld.<init>())
  end public void <init>()

  public static void main(String[]):
    method-execution(void HelloWorld.main(java.lang.String[]))
    | catch java.lang.Throwable -> E2
    | | field-get(java.io.PrintStream java.lang.System.out)
    | | | catch java.lang.Throwable -> E1
    | | | |         GETSTATIC java.lang.System.out Ljava/io/PrintStream;   (line 8)
    | | | catch java.lang.Throwable -> E1
    | | |           GOTO L0
    | | |       E1: ASTORE_1
    | | |           INVOKESTATIC Aspect.ajc_afterThrowing_field_get ()V
    | | |           ALOAD_1
    | | |           ATHROW
    | | |       L0: NOP
    | | field-get(java.io.PrintStream java.lang.System.out)
    | |             LDC "hello world"   (line 9)
    | | method-call(void java.io.PrintStream.println(java.lang.String))
    | | | catch java.lang.Throwable -> E0
    | | | |         INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
    | | | catch java.lang.Throwable -> E0
    | | |           GOTO L1
    | | |       E0: ASTORE_2
    | | |           INVOKESTATIC Aspect.ajc_afterThrowing_method_call ()V
    | | |           ALOAD_2
    | | |           ATHROW
    | | |       L1: NOP
    | | method-call(void java.io.PrintStream.println(java.lang.String))
    | |             RETURN   (line 11)
    | catch java.lang.Throwable -> E2
    |           E2: ASTORE_3
    |               INVOKESTATIC Aspect.ajc_afterThrowing_method_execution ()V
    |               ALOAD_3
    |               ATHROW
    method-execution(void HelloWorld.main(java.lang.String[]))
  end public static void main(String[])

end public class HelloWorld