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
2 changed files with 6 additions and 1 deletions
libjava/java/lang
|
@ -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…
Add table
Add a link
Reference in a new issue