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
60db58b2
Commit
60db58b2
authored
Jan 03, 2003
by
Tom Tromey
Committed by
Tom Tromey
Jan 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcj.texi (GNU Classpath Properties): Document new properties.
From-SVN: r60840
parent
31758337
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/java/ChangeLog
+4
-0
gcc/java/gcj.texi
+9
-0
No files found.
gcc/java/ChangeLog
View file @
60db58b2
2003-01-03 Tom Tromey <tromey@redhat.com>
* gcj.texi (GNU Classpath Properties): Document new properties.
2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
* java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
* java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
...
...
gcc/java/gcj.texi
View file @
60db58b2
...
@@ -2168,6 +2168,15 @@ Enables printing serialization debugging by the @code{java.io.ObjectInput} and
...
@@ -2168,6 +2168,15 @@ Enables printing serialization debugging by the @code{java.io.ObjectInput} and
@code{java.io.ObjectOutput} classes when set to something else then the empty
@code{java.io.ObjectOutput} classes when set to something else then the empty
string. Only used when running a debug build of the library.
string. Only used when running a debug build of the library.
@item gnu.classpath.vm.shortname
This is a succint name of the virtual machine. For @code{libgcj},
this will always be @samp{libgcj}.
@item gnu.classpath.home.url
A base URL used for finding system property files (e.g.,
@file{classpath.security}). By default this is a @samp{file:} URL
pointing to the @file{lib} directory under @samp{java.home}.
@end table
@end table
@node libgcj Runtime Properties
@node libgcj Runtime Properties
...
...
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