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: Inexplicable Parameter-Passing Phenomena w/MinGW GCJ


On Thursday, Sep 11, 2003, at 12:30 Pacific/Auckland, Mohan Embar wrote:

Hi People,

This might or might not be related, but this code yells "Miranda
Method!" to me. setOption() is defined in the interface
SocketOptions, which is implemented (but not defined) in the
abstract class DatagramSocketImpl and finally implemented in the
class
natPlainDatagramSocketImplXXX.

I really simple thing to check would be to explicitly defined
setOption() as an abstract method in the class DatagramSocketImpl.

Can Miranda bugs be platform specific ? it works here on Linux.

I can vouch for this working on Linux.

How about trying it with -findirect-dispatch?


Regards

Bryce.



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