Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6ad91f86
Commit
6ad91f86
authored
Feb 15, 2000
by
Bryce McKinlay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the NEWS
From-SVN: r31983
parent
2e5aca83
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
libjava/NEWS
+8
-6
No files found.
libjava/NEWS
View file @
6ad91f86
...
...
@@ -4,7 +4,7 @@ New in libgcj X.XX:
is not found in the application binary or linked shared libraries, the
class loader will search for a bytecode version in the CLASSPATH and execute
it using the interpreter. A new front end that behaves like the traditional
`java' command is provided: `gij'.
`java' command is
also
provided: `gij'.
* Support for specifying java system properties. Properties can either be set
at runtime via the GCJ_PROPERTIES environment variable in the format
...
...
@@ -12,7 +12,7 @@ at runtime via the GCJ_PROPERTIES environment variable in the format
-D<name>=<value>.
* Support for setjmp/longjmp (sjlj) exception handling has been added, as an
alternative to the existing range-table based mechanism. s
ljl
is the default
alternative to the existing range-table based mechanism. s
jlj
is the default
on non-sparc, non-x86 targets, or can be specified with the
`--enable-sjlj-exceptions' configure parameter.
...
...
@@ -20,10 +20,12 @@ on non-sparc, non-x86 targets, or can be specified with the
* Throwable.printStackTrace() has been implemented.
* Runtime.loadLibrary() has been implemented. In addition, Class.forName()
will try to load a series of shared objects in order to find the requested
class. If a class `gnu.quux.whatever' is requested, libgcj will first look
for `gnu-quux-whatever.so', then `gnu-quux.so', and finally `gnu.so'.
* Runtime.loadLibrary() has been implemented.
* Class.forName() will now try to load a series of shared objects in order
to find the requested class. If a class `gnu.quux.whatever' is requested,
libgcj will search the system shared library path (eg LD_LIBRARY_PATH) for
`gnu-quux-whatever.so', then `gnu-quux.so', and finally `gnu.so'.
* A pure-java implementation of java.math.BigInteger.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment