Commit f8845935 by Tom Tromey Committed by Tom Tromey

gcj.texi (libgcj Runtime Properties): Default library_control to 'cache'.

	* gcj.texi (libgcj Runtime Properties): Default library_control
	to 'cache'.

From-SVN: r94612
parent 6d27fe75
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> 2005-02-02 Ranjit Mathew <rmathew@hotmail.com>
PR java/15543 PR java/15543
......
...@@ -2469,11 +2469,11 @@ the runtime is unable to do it through @code{dladdr}. ...@@ -2469,11 +2469,11 @@ the runtime is unable to do it through @code{dladdr}.
@item gnu.gcj.runtime.VMClassLoader.library_control @item gnu.gcj.runtime.VMClassLoader.library_control
This controls how shared libraries are automatically loaded by the This controls how shared libraries are automatically loaded by the
built-in class loader. By default, or if this property is set to built-in class loader. If this property is set to @samp{full}, a full
@samp{full}, a full search is done for each requested class. If this search is done for each requested class. If this property is set to
property is set to @samp{cache}, then any failed lookups are cached @samp{cache} (the default), then any failed lookups are cached and not
and not tried again. If this property is set to @samp{never}, then tried again. If this property is set to @samp{never}, then lookups
lookups are never done. For more information, @xref{Extensions}. are never done. For more information, @xref{Extensions}.
@item gnu.gcj.jit.compiler @item gnu.gcj.jit.compiler
@c FIXME we should probably have a whole node on this... @c FIXME we should probably have a whole node on this...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment