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: Java: Miranda methods fix - PR 12254


On Tuesday, Sep 16, 2003, at 22:14 Pacific/Auckland, Andrew Haley wrote:

Bryce McKinlay writes:

OK to commit?


2003-09-16 Bryce McKinlay <bryce@mckinlay.net.nz>

	* class.c (make_class_data): Omit miranda methods from method array.
	(add_miranda_methods): Ensure super-interfaces are laid out.
	Fix for PR java/12254.

Yes, thanks for doing this. OK if no testsuite regressions.

I'm checking in this variant. It adds a comment and removes the change to make_class_data - after considering Tom's comments I decided that its best to still emit reflection info for the Miranda methods for now as parts of the runtime probably rely on it.


No regressions.

Regards,

Bryce.

Attachment: PR12254-2.patch.txt
Description: Text document



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