gcj.texi (libgcj Runtime Properties): Default library_control to 'cache'.
authorTom Tromey <tromey@redhat.com>
Wed, 2 Feb 2005 21:09:25 +0000 (21:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 2 Feb 2005 21:09:25 +0000 (21:09 +0000)
* gcj.texi (libgcj Runtime Properties): Default library_control
to 'cache'.

From-SVN: r94612

gcc/java/ChangeLog
gcc/java/gcj.texi

index d8712467451706d2dd001c2bdf794650aa6b9b11..de29b7b926ece6169707e6d5f45ae4659fe5df40 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-02  Tom Tromey  <tromey@redhat.com>
+
+       * gcj.texi (libgcj Runtime Properties): Default library_control
+       to 'cache'.
+
 2005-02-02  Ranjit Mathew  <rmathew@hotmail.com>
 
        PR java/15543
index 958768a694cda0b425a8ee1743a1bdff9541c7f7..0bf50bd5fcf33c001053c9c6de9eed1ec4f6922a 100644 (file)
@@ -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...