mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02: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:
committed by
Thomas Fitzsimmons
parent
4f31c7ec65
commit
69037dd991
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user