* NEWS: Added some stuff.
[cacao.git] / NEWS
1 New in release 0.97 (xxx xx, 2006)
2
3   * New instruction format.
4   * New intermediate representation with unified variables.
5   * Local subroutine elimination.
6   * Fixed the interpreter - it runs eclipse now.
7   * New stack-based verifier (used for -Xint).
8   * Boehm GC updated to version 6.8.
9   * Added enable/disable system assertion support (-esa/-dsa).
10   * Initial javax.management support.
11   * Initial sun.misc.Unsafe (JSR166) support.
12   * Added failed class as message to ClassCastException's.
13   * AttachCurrentThread, DetachCurrentThread, and
14     AttachCurrentThreadAsDaemon implemented.
15   * libjvm is now opened via dlopen (removed -rpath stuff).
16
17   * Fixed AbstractMethodError bug.
18   * Fixed builtin_isanysubclass (BeanShell bug).
19   * Fixed a memory leak in dump memory.
20   * Fixed a bug with DUP2_X1 and DUP2_X2.
21   * Safe decoding of invalid UTF-8 sequences in NewStringUTF.
22   * Fixed line numbers in exceptions thrown through the JIT.
23   * Proper null-check for MONITOREXIT.
24   * Many low-level jasmin tests added.
25
26 New in release 0.96 (May 29, 2006)
27
28   * New tasuki lock implementation resolves deadlock problems on
29     multi-processor machines.
30   * Handle Miranda-methods properly.
31   * try-catch line number problem with jikes fixed.
32   * Added support for libjvm.so (including invocation API).
33   * Stripped down object code size of code generators.
34   * Increased default maximum heap size to 128MB and decreased default
35     stack size to 64kB.
36   * Cleaned up internal handling of Unicode strings.
37   * Fixed getResources of bootstrap classloader.
38   * Correct handling of boot packages (provided glibj.zip contains a
39     jar index).
40   * Exception handling fixes (don't allocate memory on Java heap).
41   * x86_64's code generator generates not RISC-style code.
42   * Green threads implementation removed.
43   * Semaphore implementation for Darwin (taken from Boehm).
44   * sem_wait interrupted by signal fixed.
45   * Overflow in Object.wait() (partially) fixed (caused busy waiting
46     in JOnAS).
47   * Store JNI global refs in native hashtable instead of Java
48     hashtable (bootstrap problem).
49   * Argument passing fixed for powerpc-linux (asm_vm_call_method).
50
51
52 New in release 0.95 (February 13, 2006)
53
54   * Dead-lock bugfix.  This should fix the random dead-locks seen in
55     Eclipse or other applications.
56   * Search for suitable jar program during configure, can be specified
57     via JAR environment variable
58   * --enable-zlib bugfix
59   * i386 bugfix: Set FPU to 64-bit on VM startup (fixes Debian bug
60     #350729)
61   * powerpc bugfix: (M_COPY): Handle longs and doubles properly.
62   * Fixed instructions copying stackslots (like DUP_X1).
63   * Fixed classcache-related problem with java.lang.reflect.Proxy.
64   * Throw correct exception when trying to load a directory
65     as a classfile (from a .zip file).
66   * Fixed incorrect method resolution when calling instance methods 
67     through JNI (fixes CACAO bugs #17 and #18).
68
69
70 New in release 0.94 (January 22, 2006)
71
72   * support compilation of Interpreter and JIT compiler into one binary (not
73     enabled by default)
74   * bootstrap ZIP code rewrite (VM startup time improvement)
75   * fixed JNI DirectByteBuffer functions, jogl works now
76   * removed most third-party files from the repository, we link to the
77     libraries instead
78   * removed VM interface Java files which were identical to the GNU
79     Classpath upstream version
80   * added defineClassWithTransformers to java.lang.VMClassLoader, now we are
81     able to build against the generics branch
82   * Java compiler which should be used during compilation can be specified
83     via JAVAC environment variable
84   * a lot of bugfixes
85
86
87 New in release 0.93 (November 23, 2005)
88
89   * Java 1.5 support
90   * JIT codegenerators for Arm and MIPS (32-bit, -o32), currently
91     closed-source
92   * integration of a vmgen-based interpreter (--enable-intrp)
93   * removal of GNU classpath, CACAO now uses upstream releases or CVS
94     head versions
95   * finalizer thread
96   * JNI local references implemented
97   * reflection fixes and access checks (mauve tests)
98   * linear scan register allocator (-lsra)
99   * lazy resolving fixes
100   * fixed instanceof instruction
101   * updated to Boehm GC 6.6
102
103
104 New in release 0.92 "Tomclipse" (July 14, 2005)
105
106   * runtime lazy-loading with code patching
107   * dynamic library loading on every platform we support (using
108     libltdl)
109   * new ICMDs (PUTSTATICCONST, PUTFIELDCONST)
110   * some ICMDs inlined (IDIV/IREM, LDIV/LREM, AASTORE, ARRAYCHECKCAST)
111   * register allocator uses unused argument registers
112   * stacktraces on MIPS, PowerPC and x86_64
113   * integration of GNU classpath's system class loader
114   * internal class loading code more Java VM Spec compliant
115     (classcache, loading constraints, ...)
116   * virtual function table bugfix (abstract class implements not all
117     interface methods)
118   * initial support for thread dump on SIGQUIT (<ctrl>-\) on most
119     platforms
120   * GNU classpath 0.16
121   * Boehm GC 6.5
122
123
124 New in release 0.91 (December 23, 2004)
125
126   * bug fixed in MULTIANEWARRAY
127   * field access related bug fixes
128   * native function call bug fixes
129   * smaller fixes...
130
131
132 New in relaese 0.90 (December 8, 2004)
133
134   * More architectures supported: At the moment, CACAO is able to run on
135     Alpha, MIPS (64-bit), x86, x86-64 and PowerPC (32-bit) architectures.
136   * Native thread support
137   * Java 1.4 support
138   * GNU classpath 0.12
139   * Preliminary AWT support
140   * Boehm garbage collector
141   * Reentrant JIT compiler
142   * Lots of bug fixes and conformance enhancements
143   * Lots of bugs introduced and not fixed
144
145
146 * Version 0.40 (released)
147 =========================
148
149 ** Boehm garbage collector supported
150 ------------------------------------
151
152 The --enable-gc2 options was replaced by --with-gc. Choose boehm for the
153 Boehm garbage collector. Also see README.boehm.
154
155 ** mips port
156 ------------
157
158 Now runs on some SGI systems, which are based on the mips architecture.
159
160 ** multiple bug fixes
161 ---------------------
162
163 Even more java programs work as expected!
164
165
166 * Version 0.35 (experimental)
167 =============================
168
169 ** autoconf, automake support
170 -----------------------------
171
172 Finally moved the entire distribution to autoconf/automake. This should fix
173 some of our problems with supporting different compilers. Thread support and
174 the use of the new garbage collector can be enabled/disabled from using
175 configure arguments:
176
177         --enable-threads [default]
178         --disable-threads
179
180         --enable-gc2 [default]
181         --disable-gc2
182
183 ** new garbage collector
184 ------------------------
185
186 Included the new garbage collector as default garbage collector. 
187
188 * Version 0.30 (released)
189 =========================
190
191 Added unlimited stack for GC and main thread. 
192 Some optimzations for instructions which operate on constants. 
193
194 * Version 0.20 (released)
195 =========================
196
197 Hardware null pointer check added, fixed severe errors in GC/Threads, type
198 check and IEEE arithmetic.
199
200 * Version 0.20beta (can't remember)
201 =========================
202
203 There is a completely new JIT compiler which is about 7 times faster and
204 produces better code. 
205 Multithreading is now supported. 
206 A lot of bugs have been fixed.
207
208 * Version 0.10 (ancient history)
209 ==============
210
211 The initial version included the old JIT and support for lang, util and io.