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]

Re: binary compatibility ABI (was: Re: [boehm-gc] Import 6.3 alpha1)


On Wed, 13 Aug 2003, Andrew Haley wrote:
> It was a very boring job, and took far longer than I expected.
> However, I now have the test cases, and can report that we do:
<...>

Wow, this is great stuff.

> 1.  Are there any cases I've missed?

I haven't read chapter 13.  But one thing that comes immediately to mind
is adding or removing "final" modifiers.  Empirically that doesn't create
problems for the JRE as it does for gcj, where it affects vtable layout.

I suppose there are gcj-specific tests we'd be interested in as well.

Jeff


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