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: FileDescriptor suggestion [Was: FYI: Patch: java nio file locking]


On Sat, Jan 24, 2004 at 07:43:05AM -0600, Mohan Embar wrote:
> Hi All,
> 
> >I more and more I think the idea from Anthony Green for
> >PlatformDescriptor gets more needed then ever. FileDescriptor would be
> >very minimal and all the platform dependant stuff would go into a
> >platform specific class.
> >
> >http://mail.gnu.org/archive/html/classpath/2003-04/msg00092.html
> >
> >I think thats the start of the discussion about it.
> 
> The thread also picked up here:
> 
> http://gcc.gnu.org/ml/java-patches/2003-q3/threads.html#00721
> 
> >When we change FileDescriptor's behaviour we need to talk about this
> >with the classpath people too because we share the implementation of
> >classes using FileDescriptor and they would be "affected" too ;-).
> 
> I want PlatformFileDescriptor too, because I think we shouldn't be using
> ints for file descriptors and this will break on Win64.

And all other 64-bit archs, ia-64, amd64, ....


Michael


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