diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-19 23:08:05 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-19 23:08:05 +0000 |
commit | 5eea58aa78d8e4008c54817d8f0cf4dedee02457 (patch) | |
tree | d7ad4db3ea43677156126cf5d5077e7ae09ca237 /libjava/NEWS | |
parent | 5102b38e99f9fc6e79623b797bd66bd1d5cf39fb (diff) | |
download | gcc-5eea58aa78d8e4008c54817d8f0cf4dedee02457.tar.gz |
Updated NEWS file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31522 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/NEWS')
-rw-r--r-- | libjava/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libjava/NEWS b/libjava/NEWS index e83836db437..21293ce5f20 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 |