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
ff2865f2
Commit
ff2865f2
authored
Aug 28, 2003
by
Tom Tromey
Committed by
Tom Tromey
Aug 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcj.texi (Extensions): Document gcjlib URLs.
From-SVN: r70891
parent
a2a919aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
gcc/java/ChangeLog
+4
-0
gcc/java/gcj.texi
+15
-0
No files found.
gcc/java/ChangeLog
View file @
ff2865f2
2003-08-28 Tom Tromey <tromey@redhat.com>
* gcj.texi (Extensions): Document gcjlib URLs.
2003-08-20 Tom Tromey <tromey@redhat.com>
* gcj.texi (Extensions): Added xref.
...
...
gcc/java/gcj.texi
View file @
ff2865f2
...
...
@@ -546,6 +546,21 @@ the @code{libgcj} bytecode interpreter to load the class from the standard
classpath
.
This
process
can
be
controlled
to
some
degree
via
the
@
code
{
gnu
.
gcj
.
runtime
.
VMClassLoader
.
library_control
}
property
;
@
xref
{
libgcj
Runtime
Properties
}.
@
item
@
code
{
libgcj
}
includes
a
special
@
samp
{
gcjlib
}
URL
type
.
A
URL
of
this
form
is
like
a
@
code
{
jar
}
URL
,
and
looks
like
@
samp
{
gcjlib
:/
path
/
to
/
shared
/
library
.
so
!/path/to/resource}. An access
to
one
of
these
URLs
causes
the
shared
library
to
be
@
code
{
dlopen
()}
d
,
and
then
the
resource
is
looked
for
in
that
library
.
These
URLs
are
most
useful
when
used
in
conjunction
with
@
code
{
java
.
net
.
URLClassLoader
}.
Note
that
,
due
to
implementation
limitations
,
currently
any
such
URL
can
be
accessed
by
only
one
class
loader
,
and
libraries
are
never
unloaded
.
This
means
some
care
must
be
exercised
to
make
sure
that
a
@
code
{
gcjlib
}
URL
is
not
accessed
by
more
than
one
class
loader
at
once
.
In
a
future
release
this
limitation
will
be
lifted
,
and
such
libraries
will
be
mapped
privately
.
@
end
itemize
@
node
Invoking
gcjh
...
...
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