aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/gcj.texi
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-02-02 21:09:25 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-02-02 21:09:25 +0000
commitf88459359d00261a6373ca051437ace4b6b095ed (patch)
tree0b04b91b9458d560c490bbf652a5a6d59a484b49 /gcc/java/gcj.texi
parent6d27fe75d0c3200470aa42595746c853240ff6e0 (diff)
downloadgcc-f88459359d00261a6373ca051437ace4b6b095ed.zip
gcc-f88459359d00261a6373ca051437ace4b6b095ed.tar.gz
gcc-f88459359d00261a6373ca051437ace4b6b095ed.tar.bz2
gcj.texi (libgcj Runtime Properties): Default library_control to 'cache'.
* gcj.texi (libgcj Runtime Properties): Default library_control to 'cache'. From-SVN: r94612
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r--gcc/java/gcj.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index 958768a..0bf50bd 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -2469,11 +2469,11 @@ the runtime is unable to do it through @code{dladdr}.
@item gnu.gcj.runtime.VMClassLoader.library_control
This controls how shared libraries are automatically loaded by the
-built-in class loader. By default, or if this property is set to
-@samp{full}, a full search is done for each requested class. If this
-property is set to @samp{cache}, then any failed lookups are cached
-and not tried again. If this property is set to @samp{never}, then
-lookups are never done. For more information, @xref{Extensions}.
+built-in class loader. If this property is set to @samp{full}, a full
+search is done for each requested class. If this property is set to
+@samp{cache} (the default), then any failed lookups are cached and not
+tried again. If this property is set to @samp{never}, then lookups
+are never done. For more information, @xref{Extensions}.
@item gnu.gcj.jit.compiler
@c FIXME we should probably have a whole node on this...