[Bug 758] [regression] javah from 6hg/b23 generates `jlong' from `private int'

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jul 11 09:24:38 PDT 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=758


Omair Majid <omajid at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |omajid at redhat.com




--- Comment #1 from Omair Majid <omajid at redhat.com>  2011-07-11 16:24:37 ---
The java method native_get_state is defined as "private long":

http://icedtea.classpath.org/hg/icedtea6-hg/file/23404f48955e/pulseaudio/src/java/org/classpath/icedtea/pulseaudio/Operation.java#l88

The native method is implemented to return type jlong:

http://icedtea.classpath.org/hg/icedtea6-hg/file/23404f48955e/pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Operation.c#l93

And all of this seems consistent with the snippet of the generated .h file that
you posted.

If you still have the build around, could you please post the relevant parts
from org_classpath_icedtea_pulseaudio_Operation.c and Operation.java?


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the distro-pkg-dev mailing list