diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-02 21:09:25 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-02 21:09:25 +0000 |
commit | 560aeab84f22ee79120c2e273e8146967358cd8a (patch) | |
tree | 0b04b91b9458d560c490bbf652a5a6d59a484b49 /gcc/java/gcj.texi | |
parent | 6f7d00dadbb6b75c3b73214a3b258a3f43b63258 (diff) | |
download | gcc-560aeab84f22ee79120c2e273e8146967358cd8a.tar.gz |
* gcj.texi (libgcj Runtime Properties): Default library_control
to 'cache'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94612 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/gcj.texi')
-rw-r--r-- | gcc/java/gcj.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 958768a694c..0bf50bd5fcf 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... |