mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-26 22:41:23 +08:00
VMClassLoader.java (initialize): Set default library control to LIB_NEVER.
2006-05-31 Thomas Fitzsimmons <fitzsim@redhat.com> * java/lang/VMClassLoader.java (initialize): Set default library control to LIB_NEVER. From-SVN: r114277
This commit is contained in:
parent
4f31c7ec65
commit
69037dd991
@ -1,3 +1,8 @@
|
||||
2006-05-31 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||
|
||||
* java/lang/VMClassLoader.java (initialize): Set default library
|
||||
control to LIB_NEVER.
|
||||
|
||||
2006-05-31 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* stacktrace.cc (_Jv_StackTrace::UpdateNCodeMap): Don't add
|
||||
|
@ -309,7 +309,7 @@ final class VMClassLoader
|
||||
else if ("full".equals(p))
|
||||
lib_control = LIB_FULL;
|
||||
else
|
||||
lib_control = LIB_CACHE;
|
||||
lib_control = LIB_NEVER;
|
||||
|
||||
tried_libraries = new HashSet();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user