[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: java.io.File and its native methods
From: |
Ewout Prangsma |
Subject: |
Re: java.io.File and its native methods |
Date: |
Sat, 24 Apr 2004 07:47:32 +0200 |
Hi Michael,
I think it is really good news that natives are moved to VM specific
classes.
Great!
Ewout
----- Original Message -----
From: "Michael Koch" <address@hidden>
To: <address@hidden>
Sent: Friday, April 23, 2004 10:07 PM
Subject: java.io.File and its native methods
> Hi list,
>
>
> I started to do some GNU classpath/VM separation work. I decided to
> split the native methods of java.io.File into its own VM class called
> java.io.VMFile. The refactoring worked really smooth and so I provide
> here the patch for discussion. I have one minor nitpick myself VMFile
> is located in java/io/ currently. Before commiting I will move it to
> vm/reference/java/io/.
>
> Please review and comment.
>
>
> Michael
>
----------------------------------------------------------------------------
----
> _______________________________________________
> Classpath mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/classpath
>
- java.io.File and its native methods, Michael Koch, 2004/04/23
- Re: java.io.File and its native methods, Etienne Gagnon, 2004/04/23
- Re: java.io.File and its native methods, Michael Koch, 2004/04/24
- Re: java.io.File and its native methods, Mark Wielaard, 2004/04/24
- Re: java.io.File and its native methods, Dalibor Topic, 2004/04/24
- Re: java.io.File and its native methods, Etienne Gagnon, 2004/04/24
- Re: java.io.File and its native methods, Archie Cobbs, 2004/04/24
- Re: java.io.File and its native methods, Mark Wielaard, 2004/04/25
- Re: java.io.File and its native methods, Etienne Gagnon, 2004/04/25
Re: java.io.File and its native methods,
Ewout Prangsma <=