libjava
* Regenerated headers with new gjavah. libjava/classpath * tools/gnu/classpath/tools/javah/MethodHelper.java (print): Changed arguments. Directly print method name. * tools/gnu/classpath/tools/javah/ClassWrapper.java (methodNameMap): New field. (makeVtable): Initialize it. (printMethods): Compute name for bridge targets. From-SVN: r123965
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
virtual jint arrayOffset();
|
||||
virtual jint hashCode();
|
||||
virtual jboolean equals(::java::lang::Object *);
|
||||
virtual jint target$compareTo(::java::nio::IntBuffer *);
|
||||
virtual jint IntBuffer$compareTo(::java::nio::IntBuffer *);
|
||||
virtual ::java::nio::ByteOrder * order() = 0;
|
||||
virtual jint get() = 0;
|
||||
virtual ::java::nio::IntBuffer * put(jint) = 0;
|
||||
|
||||
Reference in New Issue
Block a user