This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: New ideas
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Dan Walter <d2walter at oakland dot edu>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 28 Nov 2001 13:50:40 +1300
- Subject: Re: New ideas
- References: <200111272100.fARL0vW45361@cliff.acs.oakland.edu>
Dan Walter wrote:
>Because of the high integration between the java.lang package and the Java
>VM, I think it may be better if the GNU Classpath did not contain a
>java.lang package and assumed anyone implementing a Java VM would create
>their own.
>
It already does. See
http://www.gnu.org/software/classpath/doc/vmintegration.html
For historical and CNI reasons we don't clearly separate the VM
interface in libgcj.
regards
Bryce.