/[classpath]/classpath/java/net/URLClassLoader.java
ViewVC logotype

Diff of /classpath/java/net/URLClassLoader.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by rabbit78, Fri Aug 12 14:38:37 2005 UTC revision 1.35 by aph, Fri Sep 9 12:59:54 2005 UTC
# Line 701  public class URLClassLoader extends Secu Line 701  public class URLClassLoader extends Secu
701    
702    private void addURLImpl(URL newUrl)    private void addURLImpl(URL newUrl)
703    {    {
704      synchronized (urlloaders)      synchronized (this)
705        {        {
706          if (newUrl == null)          if (newUrl == null)
707            return; // Silently ignore...            return; // Silently ignore...
# Line 926  public class URLClassLoader extends Secu Line 926  public class URLClassLoader extends Secu
926     */     */
927    public String toString()    public String toString()
928    {    {
929      synchronized (urlloaders)      synchronized (this)
930        {        {
931          if (thisString == null)          if (thisString == null)
932            {            {

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26