summaryrefslogtreecommitdiff
path: root/libjava/classpath/lib/java/lang/ClassLoader.class
AgeCommit message (Collapse)Author
2007-02-01* java/lang/ClassLoader.java (getResources): No longer final.Tom Tromey
From-SVN: r121475
2007-02-01Calendar.java: Implement Comparable<Calendar>.Tom Tromey
* java/util/Calendar.java: Implement Comparable<Calendar>. Update comments. (clear): Call complete. (setTimeZone): Call computeTime, computeFields. (compareTo): New method. * java/nio/charset/Charset.java: Implement Comparable<Charset>. (availableCharsets): Genericized. (aliases): Likewise. (compareTo): Changed argument type. * java/lang/ClassLoader.java (loadClass): Genericized. (findClass): Likewise. (defineClass): Likewise. (resolveClass): Likewise. (findSystemClass): Likewise. (setSigners): Likewise. (findLoadedClass): Likewise. (getResources): Likewise. (findResources): Likewise. (getSystemResources): Likewise. (checkInitialized): New method. * java/lang/Class.java (getCanonicalName): New method. From-SVN: r121471
2007-01-29natClass.cc (initializeClass): Re-throw SecurityExceptions.Andrew Haley
2007-01-26 Andrew Haley <aph@redhat.com> * java/lang/natClass.cc (initializeClass): Re-throw SecurityExceptions. * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess. * java/lang/ClassLoader.java: (loadClass): Likewise. From-SVN: r121285
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
From-SVN: r120621