This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Looks like this is the call in question. Its offseting the vtable pointer by 56 bytes.movl (%eax), %edx addl $56, %edx movl -12(%ebp), %eax movl %eax, (%esp) movl (%edx), %eax call *%eax
-8 .long 0 -4 .long 0 0 .long Classification.class$ 4 .long -37748735 8 .long java.lang.Object.finalize() 12 .long hashCode() 16 .long equals(java.lang.Object) 20 .long toString() 24 .long clone() 28 .long addClassificationListener(ClassificationListener) 32 .long fireClassificationChange() 36 .long getNumberOfListeners() 40 .long isImmutable() 44 .long removeAllListeners() 48 .long removeClassificationListener(ClassificationListener) 52 .long getClassification() 56 .long add(Marking) 60 .long clear() 64 .long clearMarkings() 68 .long combine(Classification) 72 .long compareTo(Classification) 76 .long contains(java.lang.Object)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |