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] | |
This is a heads up:
I've got binary compatibility for virtual fields working
If we're going to remove exported symbols from Java libraries, we'll have to handle static fields and methods as well. I don't imagine that will be very difficult, and I'll get to it ASAP.
Bryce, you said that libgcj couldn't be built with -findirect-dispatch. Do you recall what the reason was?
My BC tests are incomplete in that I'm not seeing a failure for
// FIXME: This does not yet fully conform to binary compatibility // rules. It will break if a declaration is moved into a // superinterface.
I'll add a test for that to Mauve.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |