Branch: refs/heads/master
Home:   http://github.com/penberg/jato

Commit: a5114102f7be93c988f7c92f3838a6288b6b0ae5
    
http://github.com/penberg/jato/commit/a5114102f7be93c988f7c92f3838a6288b6b0ae5
Author: Tomek Grabiec <tgrab...@gmail.com>
Date:   2009-10-10 (Sat, 10 Oct 2009)

Changed paths:
  M vm/reflection.c

Log Message:
-----------
vm: rename unwrap_and_set_field() to unwrap()

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
Signed-off-by: Pekka Enberg <penb...@cs.helsinki.fi>


Commit: b4883934f3a8252cebe1324a8e81f3cff54e11bd
    
http://github.com/penberg/jato/commit/b4883934f3a8252cebe1324a8e81f3cff54e11bd
Author: Tomek Grabiec <tgrab...@gmail.com>
Date:   2009-10-10 (Sat, 10 Oct 2009)

Changed paths:
  M include/vm/method.h
  M vm/reflection.c

Log Message:
-----------
vm: do not return <init> and <clinit> methods in 
native_vmclass_get_declared_methods()

The API spec says we shouldn't do so.

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
Signed-off-by: Pekka Enberg <penb...@cs.helsinki.fi>


Commit: 7a78076f0ce4c6879e141b172f25988f8d9a221c
    
http://github.com/penberg/jato/commit/7a78076f0ce4c6879e141b172f25988f8d9a221c
Author: Tomek Grabiec <tgrab...@gmail.com>
Date:   2009-10-10 (Sat, 10 Oct 2009)

Changed paths:
  M jit/linear-scan.c

Log Message:
-----------
jit: fix bug in spill_interval()

The function did not handle properly the case when we are splitting
and interval which has child intervals that need reloading from it.
We should change the spill parent of those child intervals to the
new interval, so that they are reloaded correctly.

This bug caused execution of invalid methods due to register
corruption, which prevented java.awt.image.Raster.createWritableRaster()
from correct working.

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
Signed-off-by: Pekka Enberg <penb...@cs.helsinki.fi>



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to