gcc/libjava/gnu/java
Mark Wielaard 0008978072 Fixes bug libgcj/8170
Fixes bug libgcj/8170
       * java/lang/ClassLoader.java (loadClass): Don't rewrap
       ClassNotFoundException.
       * gnu/java/lang/MainThread.java (run): Chain NoClassDefFoundError.
       * gnu/gcj/runtime/NameFinder.java (remove_interpreter): Removed.
       (remove_internal): New field superceding remove_interpreter.
       (sanitizeStack): Remove all no-package classes starting with "_Jv_".
       Remove no-class methods starting with "_Jv_". And Replace null
       class or method names with the empty string. Stop at either the
       MainThread or a real Thread run() method.
       (newElement): Made static.
       * java/net/URLClassLoader.java (findClass): Throw
       ClassNotFoundExceptions including urls, plus parent using toString().
       (thisString): New field.
       (toString): New method.

From-SVN: r94935
2005-02-12 13:51:11 +00:00
..
awt Forgot to commit registerImageIOSpis change 2005-02-07 17:12:24 +00:00
beans revert: [multiple changes] 2004-11-30 23:59:12 +00:00
io ComponentDataBlitOp.java, [...]: Cleaned up imports. 2004-07-29 08:59:39 +00:00
lang Fixes bug libgcj/8170 2005-02-12 13:51:11 +00:00
locale ComponentDataBlitOp.java, [...]: Cleaned up imports. 2004-07-29 08:59:39 +00:00
math
net Connection.java (getJarFile): Open jar file with OPEN_DELETE. 2005-02-10 02:43:45 +00:00
nio ISO_8859_1.java, [...]: Fixed canonical names and aliases according to... 2005-02-07 20:34:17 +00:00
rmi UnicastConnectionManager.java (clients): Now package-private. 2004-11-06 23:38:51 +00:00
security PolicyFile.java: New file. 2004-11-24 15:08:13 +00:00
text WordBreakIterator.java (WordBreakIterator): Don't initialize `iter'. 2004-10-25 16:56:00 +00:00
util