Tomek Grabiec wrote:
>     public static void testForLoop() {
>         int i;
> 
>         for (i = 0; i < 10; i++)
>             ;
> 
>         assertEquals(i, 10);
>     }
> 
> Signed-off-by: Tomek Grabiec <[email protected]>

Nice!

Arthur, can you take a look at this? I'd love to have your "Reviewed-by" 
for this before merging. Furthermore, I'd like to see an explanation why 
this is correct in the changelog (a reference to a paper is fine).

                        Pekka

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to