From dda482c1e47a4657af480ff6acd66b17a12b9c60 Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Wed, 19 Jan 2000 23:08:05 +0000 Subject: Updated NEWS file. From-SVN: r31522 --- libjava/NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libjava/NEWS') diff --git a/libjava/NEWS b/libjava/NEWS index e83836d..21293ce 100644 --- a/libjava/NEWS +++ b/libjava/NEWS @@ -2,6 +2,19 @@ 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 -- cgit v1.1