comparison graal/com.oracle.truffle.sl.test/tests/HelloEqualsWorld.output @ 15064:f675818d9ad0

new getStackTrace and getCurrentFrame functionality in TruffleRuntime
author Lukas Stadler <lukas.stadler@oracle.com>
date Fri, 11 Apr 2014 11:53:11 +0200
parents
children 6133189d8eea
comparison
equal deleted inserted replaced
15063:36e1a11a72b3 15064:f675818d9ad0
1 Initial stack trace:
2 Frame: root doIt, a=0, hello=null
3 Frame: root main, i=0
4 After 123 assignment:
5 Frame: root doIt, a=0, hello=123
6 Frame: root main, i=0
7 After hello assignment:
8 Frame: root doIt, a=0, hello=world
9 Frame: root main, i=0
10 Initial stack trace:
11 Frame: root doIt, a=1, hello=null
12 Frame: root main, i=1
13 After 123 assignment:
14 Frame: root doIt, a=1, hello=123
15 Frame: root main, i=1
16 After hello assignment:
17 Frame: root doIt, a=1, hello=world
18 Frame: root main, i=1
19 Initial stack trace:
20 Frame: root doIt, a=2, hello=null
21 Frame: root main, i=2
22 After 123 assignment:
23 Frame: root doIt, a=2, hello=123
24 Frame: root main, i=2
25 After hello assignment:
26 Frame: root doIt, a=2, hello=world
27 Frame: root main, i=2
28 Initial stack trace:
29 Frame: root doIt, a=3, hello=null
30 Frame: root main, i=3
31 After 123 assignment:
32 Frame: root doIt, a=3, hello=123
33 Frame: root main, i=3
34 After hello assignment:
35 Frame: root doIt, a=3, hello=world
36 Frame: root main, i=3
37 Initial stack trace:
38 Frame: root doIt, a=4, hello=null
39 Frame: root main, i=4
40 After 123 assignment:
41 Frame: root doIt, a=4, hello=123
42 Frame: root main, i=4
43 After hello assignment:
44 Frame: root doIt, a=4, hello=world
45 Frame: root main, i=4
46 Initial stack trace:
47 Frame: root doIt, a=5, hello=null
48 Frame: root main, i=5
49 After 123 assignment:
50 Frame: root doIt, a=5, hello=123
51 Frame: root main, i=5
52 After hello assignment:
53 Frame: root doIt, a=5, hello=world
54 Frame: root main, i=5
55 Initial stack trace:
56 Frame: root doIt, a=6, hello=null
57 Frame: root main, i=6
58 After 123 assignment:
59 Frame: root doIt, a=6, hello=123
60 Frame: root main, i=6
61 After hello assignment:
62 Frame: root doIt, a=6, hello=world
63 Frame: root main, i=6
64 Initial stack trace:
65 Frame: root doIt, a=7, hello=null
66 Frame: root main, i=7
67 After 123 assignment:
68 Frame: root doIt, a=7, hello=123
69 Frame: root main, i=7
70 After hello assignment:
71 Frame: root doIt, a=7, hello=world
72 Frame: root main, i=7
73 Initial stack trace:
74 Frame: root doIt, a=8, hello=null
75 Frame: root main, i=8
76 After 123 assignment:
77 Frame: root doIt, a=8, hello=123
78 Frame: root main, i=8
79 After hello assignment:
80 Frame: root doIt, a=8, hello=world
81 Frame: root main, i=8
82 Initial stack trace:
83 Frame: root doIt, a=9, hello=null
84 Frame: root main, i=9
85 After 123 assignment:
86 Frame: root doIt, a=9, hello=123
87 Frame: root main, i=9
88 After hello assignment:
89 Frame: root doIt, a=9, hello=world
90 Frame: root main, i=9