This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/26103] Wrong exception thrown



------- Comment #4 from tromey at gcc dot gnu dot org  2006-03-07 21:34 -------
Subject: Bug 26103

Author: tromey
Date: Tue Mar  7 21:34:46 2006
New Revision: 111819

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111819
Log:
        PR libgcj/26103:
        * java/lang/ClassLoader.java (loadClass): Don't throw
        StringIndexOutOfBoundsException if name is empty.
        * java/lang/natClassLoader.cc (loadClassFromSig): Throw exception
        if class not found.

Modified:
    branches/gcc-4_1-branch/libjava/ChangeLog
    branches/gcc-4_1-branch/libjava/java/lang/ClassLoader.java
    branches/gcc-4_1-branch/libjava/java/lang/natClassLoader.cc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26103


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]