ignore for jvmti header files added
[cacao.git] / TODO
1 TODO:
2 =====
3
4 Description: <short description>
5 Assigned   : <login name>
6 Status     : <OPEN/CLOSED>
7 Comments   :
8
9 <add some comments>
10
11 --------------------------------------------------------------------------------
12
13 Description: COMMENTS!!!!!
14 Assigned   : all
15 Status     : OPEN (ro)
16 Comments   :
17
18 Especially comments in asmpart
19
20
21 Description: Make kopi work with lsra.
22 Assigned   : christian
23 Status     : CLOSED
24 Comments   :
25
26
27 Description: Port lsra to other architectures (alpha, mips, powerpc, x86_64).
28 Assigned   : christian
29 Status     : OPEN
30 Comments   :
31
32
33 Description: Fix lsra problem with -in.
34 Assigned   : christian
35 Status     : CLOSED
36 Comments   :
37
38
39 Description: Inlining-reflection/virtual function problem.
40 Assigned   : carolyn
41 Status     : OPEN
42 Comments   : Design: use guards
43
44
45 Description: Interfaces with inlining.
46 Assigned   : carolyn
47 Status     : CLOSED      
48 Comments   : 
49
50 Description: Typecheck problems with inlining.
51 Assigned   : carolyn
52 Status     : OPEN 
53 Comments   : 
54
55
56 Description: Exception Problems with inlining.
57 Assigned   : jowenn 
58 Status     : OPEN 
59 Comments   : 
60
61
62 Description: asm_calljavafunction2 port to powerpc.
63 Assigned   : stefan
64 Status     : OPEN
65 Comments   :
66
67
68 Description: Port atomic instructions to all platforms.
69 Assigned   : stefan
70 Status     : OPEN
71 Comments   :
72
73
74 Description: Port exceptions/stacktrace to all platforms.
75 Assigned   : jowenn
76 Status     : OPEN
77 Comments   :
78
79
80 Description: Port library loading to all platforms.
81 Assigned   : jowenn
82 Status     : OPEN
83 Comments   :
84
85
86 Description: Make AWT work on i386 and x86_64.
87 Assigned   : martin
88 Status     : OPEN
89 Comments   :
90
91
92 Description: Make AWT work on all platforms.
93 Assigned   : martin
94 Status     : OPEN
95 Comments   :
96
97
98 Description: Port asm_calljavafunction2 to x86_64.
99 Assigned   : twisti
100 Status     : CLOSED
101 Comments   :
102
103
104 Description: Change boehm to use a config.h
105 Assigned   : twisti
106 Status     : CLOSED
107 Comments   :
108
109
110 Description: Change PUT/GETSTATIC patch code on all platforms.
111 Assigned   : twisti
112 Status     : OPEN
113 Comments   :
114
115
116 Description: Look into jni call*Method* functions.
117 Assigned   : twisti
118 Status     : OPEN
119 Comments   :
120
121
122 Description: Runtime.exit() problem with SecurityManager.
123 Assigned   : twisti
124 Status     : OPEN
125 Comments   :
126
127
128 Description: fix native header/cacaoh dependency problems in nat/Makefile.am
129 Assigned   : twisti
130 Status     : CLOSED
131 Comments   :
132
133 The header files of the java class files should be generated in the
134 build process. But cacaoh need some of the headers to be
135 bootstrapped. How can this be fixed properly?
136
137
138 Description: Check ARCH-CHANGES.
139 Assigned   : ALL
140 Status     : OPEN
141 Comments   :
142
143 Description: classloader namespacing and unloading of native libraries (btw: jdk 1.2+ instead of jdk 1.1 compliant behaviour)
144 Assigned   : jowenn
145 Status     : OPEN
146 Comments   :
147
148 Description: Fix exception stacktraces containing Alpha-leaf methods
149 Assigned   : jowenn
150 Status     : OPEN
151 Comments   :
152
153 Description: solve the problem that jython calles methods with double parameters wrongly in cacao
154 Assigned   : jowenn
155 Status     : OPEN
156 Comments   :
157
158 Description: Implement JavaVM interface and releated functions to make cacao embeddable
159 Assigned   : jowenn, all
160 Status     : OPEN
161 Comments   :