aboutsummaryrefslogtreecommitdiff
path: root/libjava/NEWS
blob: 21293ce5f20af26eacb8fec1b7890172af6e914b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
New in libgcj X.XX:

* libgcj now includes a bytecode interpreter.

* Support for specifying java system properties, both compiled in to the
application and at runtime via an environment variable.

* Complete JDK 1.1 reflection support, including invocation.

* Support for setjmp/longjmp (sjlj) exception handling has been added, as an
alternative to the existing range-table based mechanism.

* Throwable.printStackTrace() has been implemented.

* Runtime.loadLibrary() has been implemented, and Class.forName() can now
dynamically load shared objects in order to find a requested class.

New in libgcj 2.95:

* First public release