bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/33081] New: no implicit type conversion from jobject to j


From: anssi dot hannula at gmail dot com
Subject: [Bug classpath/33081] New: no implicit type conversion from jobject to jweak
Date: 15 Aug 2007 15:43:38 -0000

With the classpath's jni.h, the following fails:
jobject joo;
jweak jaa = joo;

error: invalid conversion from ‘__jobject*’ to ‘__jweak*’

With the sun's jni.h, it succeeds. It seems it directly typedefs jweak as
jobject, while classpath's jni.h handles it in a more complex way.

It seems that at least qtjambi-gpl-src-4.3.1_01, file qtjambi/qtjambilink.cpp,
depends on this behaviour.


-- 
           Summary: no implicit type conversion from jobject to jweak
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anssi dot hannula at gmail dot com


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]