This is the mail archive of the java-patches@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]

Re: FYI: Linker & Verifier fixes (really GC mark procedures)


David Daney writes:
 > 
 > Does it really change the ABI in a bad way?  Couldn't we just hack up 
 > javah to layout the classes the new way.  There is no guarantee of C++ 
 > ABI stability across versions is there?

That's right, there isn't.

 > And for the BC ABI isn't the class layed out at runtime?

Not for class Class, no: that's still fixed.  That is the point of
what I'll be doing as soon as if fix this damn bug I'm working on...

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]