[Bug 758] New: [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 08:52:57 PDT 2011


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

           Summary: [regression] javah from 6hg/b23 generates `jlong' from
                    `private int'
           Product: IcedTea
           Version: 6-hg
          Platform: arm
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: IcedTea6
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: doko at ubuntu.com


saw I build failure of the form:

org_classpath_icedtea_pulseaudio_Operation.c:76:24: error: conflicting types
for 'Java_org_classpath_icedtea_pulseaudio_Operation_native_1get_1state'
org_classpath_icedtea_pulseaudio_Operation.h:39:25: note: previous declaration
of 'Java_org_classpath_icedtea_pulseaudio_Operation_native_1get_1state' was
here

and indeed, the generated org_classpath_icedtea_pulseaudio_Operation.h shows:

/*
 * Class:     org_classpath_icedtea_pulseaudio_Operation
 * Method:    native_get_state
 * Signature: ()J
 */
JNIEXPORT jlong JNICALL
Java_org_classpath_icedtea_pulseaudio_Operation_native_1get_1state
  (JNIEnv *, jobject);

this works ok with 6b18, 6b22 and 7b136.


-- 
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