OSDN Git Service

* include/config.h.in: Rebuilt.
[pf3gnuchains/gcc-fork.git] / libjava / NEWS
1 New in libgcj X.XX:
2
3 * libgcj now includes a bytecode interpreter.
4
5 * Support for specifying java system properties, both compiled in to the
6 application and at runtime via an environment variable.
7
8 * Complete JDK 1.1 reflection support, including invocation.
9
10 * Support for setjmp/longjmp (sjlj) exception handling has been added, as an
11 alternative to the existing range-table based mechanism.
12
13 * Throwable.printStackTrace() has been implemented.
14
15 * Runtime.loadLibrary() has been implemented, and Class.forName() can now
16 dynamically load shared objects in order to find a requested class.
17
18 New in libgcj 2.95:
19
20 * First public release