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/24321] instanceof erroneously causes class initialization



------- Comment #5 from tromey at gcc dot gnu dot org  2006-03-01 16:01 -------
Subject: Bug 24321

Author: tromey
Date: Wed Mar  1 16:01:34 2006
New Revision: 111603

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111603
Log:
        PR java/24321:
        * testsuite/libjava.lang/pr24321.java: New file.
        * testsuite/libjava.lang/pr24321.out: New file.
        * java/lang/natClass.cc (isInstance): Don't initialize class.
        (isAssignableFrom): Likewise.

Added:
    trunk/libjava/testsuite/libjava.lang/pr24321.java
    trunk/libjava/testsuite/libjava.lang/pr24321.out
Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/java/lang/natClass.cc


-- 


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


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