summaryrefslogtreecommitdiff
path: root/dx/tests/023-code-exception-table/expected.txt
blob: 552e5d3783d1f7e94c304f5561fb1db7fbd41013 (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
reading small-class.txt...
begin classfile
magic: cafebabe
minor_version: 0000
major_version: 002e
constant_pool_count: 000c

constant_pool:
  0001: type{Small}
  0002: type{java.lang.Object}
  0003: utf8{"Small"}
  0004: utf8{"java/lang/Object"}
  0005: utf8{"blort"}
  0006: utf8{"()V"}
  0007: utf8{"Code"}
  0008: utf8{"java/lang/Error"}
  0009: utf8{"java/lang/Exception"}
  000a: type{java.lang.Error}
  000b: type{java.lang.Exception}
end constant_pool
access_flags: public
this_class: type{Small}
super_class: type{java.lang.Object}
interfaces_count: 0000
fields_count: 0000
methods_count: 0001

methods[0]:
  access_flags: public
  name: blort
  descriptor: ()V
  attributes_count: 0001
  
  attributes[0]:
    name: Code
    length: 00000027
    max_stack: 0001
    max_locals: 0001
    code_length: 00000003
    0000: return
    0001: return
    0002: return
    exception_table_length: 0003
      0000..0002 -> 0002 java.lang.Error
      0000..0001 -> 0001 java.lang.Exception
      0001..0002 -> 0002 <any>
    attributes_count: 0000
  end attributes[0]
end methods[0]
attributes_count: 0000
end classfile