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:
parent
5604bf10dd
commit
06a4a50762
92 changed files with 220 additions and 186 deletions
|
@ -14,7 +14,7 @@ class java::util::concurrent::ConcurrentSkipListMap$EntryIterator : public ::jav
|
|||
public: // actually package-private
|
||||
ConcurrentSkipListMap$EntryIterator(::java::util::concurrent::ConcurrentSkipListMap *);
|
||||
public:
|
||||
::java::util::Map$Entry * target$next();
|
||||
::java::util::Map$Entry * ConcurrentSkipListMap$EntryIterator$next();
|
||||
::java::lang::Object * next();
|
||||
public: // actually package-private
|
||||
::java::util::concurrent::ConcurrentSkipListMap * __attribute__((aligned(__alignof__( ::java::util::concurrent::ConcurrentSkipListMap$Iter)))) this$0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue