This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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 java/28754] New: [4.2 regression] java.lang.nullPointerException while building ant with gcj-compiled ecj


java.lang.NullPointerException
   at java.lang.System.arraycopy(libgcj.so.7)
   at
org.eclipse.jdt.internal.compiler.batch.Main.outputClassFiles(libecj.so.3)
   at org.eclipse.jdt.internal.compiler.batch.Main$1.acceptResult(libecj.so.3)
   at org.eclipse.jdt.internal.compiler.Compiler.compile(libecj.so.3)
   at
org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(libecj.so.3)
   at org.eclipse.jdt.internal.compiler.batch.Main.compile(libecj.so.3)
   at java.lang.reflect.Method.invoke(libgcj.so.7)
   at com.sun.tools.javac.Main.compile(javac)
   at com.sun.tools.javac.Main.main(javac)


The same thing works perfectly if javac (==ecj) was compiled with gcj 4.1.1
instead of 4.2.0.


-- 
           Summary: [4.2 regression] java.lang.nullPointerException while
                    building ant with gcj-compiled ecj
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org


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


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