Re: J2SE 5 Plan / Roadmap

2006-03-07 Thread will pugh
@incubator.apache.org Subject: RE: J2SE 5 Plan / Roadmap This can probably be split up into a couple pieces; here are some of my thoughts. * JLS3 bytecode support - Can the current VM load JLS3 class files? If not, what's missing (besides the major.minor version header)? Can some features be enabled/uplifted

Re: J2SE 5 Plan / Roadmap

2006-03-07 Thread Dalibor Topic
: Monday, March 06, 2006 8:10 PM To: harmony-dev@incubator.apache.org Subject: Re: J2SE 5 Plan / Roadmap Nathan Beyer wrote: Maybe I didn't read this article right, but my understanding is that in Java 5, char or at least an array of char is considered a UTF-16 sequence: http

RE: J2SE 5 Plan / Roadmap

2006-03-06 Thread Nathan Beyer
- From: Nathan Beyer [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 6:19 PM To: harmony-dev@incubator.apache.org Subject: RE: J2SE 5 Plan / Roadmap This can probably be split up into a couple pieces; here are some of my thoughts. * JLS3 bytecode support - Can the current VM load JLS3

Re: J2SE 5 Plan / Roadmap

2006-03-06 Thread Richard Liang
/ Also please forgive my prolixity :-) -Original Message- From: Nathan Beyer [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 6:19 PM To: harmony-dev@incubator.apache.org Subject: RE: J2SE 5 Plan / Roadmap This can probably be split up into a couple pieces; here are some of my

RE: J2SE 5 Plan / Roadmap

2006-03-06 Thread Nathan Beyer
various char and code point-based representations. -Original Message- From: Richard Liang [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 7:34 PM To: harmony-dev@incubator.apache.org Subject: Re: J2SE 5 Plan / Roadmap Nathan Beyer wrote: Here's a good link with a summary of some

Re: J2SE 5 Plan / Roadmap

2006-03-06 Thread Richard Liang
: Richard Liang [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 7:34 PM To: harmony-dev@incubator.apache.org Subject: Re: J2SE 5 Plan / Roadmap Nathan Beyer wrote: Here's a good link with a summary of some of the new features: http://java.sun.com/developer/technicalArticles/releases/j2se15

RE: J2SE 5 Plan / Roadmap

2006-03-06 Thread Nathan Beyer
. -Original Message- From: Richard Liang [mailto:[EMAIL PROTECTED] Sent: Monday, March 06, 2006 7:34 PM To: harmony-dev@incubator.apache.org Subject: Re: J2SE 5 Plan / Roadmap Nathan Beyer wrote: Here's a good link with a summary of some of the new features: http://java.sun.com/developer

Re: J2SE 5 Plan / Roadmap

2006-03-06 Thread Richard Liang
-dev@incubator.apache.org Subject: Re: J2SE 5 Plan / Roadmap Nathan Beyer wrote: Maybe I didn't read this article right, but my understanding is that in Java 5, char or at least an array of char is considered a UTF-16 sequence: http://java.sun.com/developer/technicalArticles/Intl

Re: J2SE 5 Plan / Roadmap

2006-03-05 Thread Paulex Yang
Nathan Beyer wrote: Excellent document! This can probably be split up into a couple pieces; here are some of my thoughts. * JLS3 bytecode support - Can the current VM load JLS3 class files? If not, what's missing (besides the major.minor version header)? Can some features be enabled/uplifted

RE: J2SE 5 Plan / Roadmap

2006-03-03 Thread Nathan Beyer
This can probably be split up into a couple pieces; here are some of my thoughts. * JLS3 bytecode support - Can the current VM load JLS3 class files? If not, what's missing (besides the major.minor version header)? Can some features be enabled/uplifted to allow APIs to move forward? Since