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

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

Changed paths:
  M arch/mmix/call.c

Log Message:
-----------
mmix: fix compilation error on make check

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


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

Changed paths:
  M jit/ostack-bc.c
  M regression/jvm/DupTest.j

Log Message:
-----------
jit: fix conversion of dup_x2 when second value is J_LONG or J_DOUBLE

Converter for dup_x2 didn't check the stack size of second
stack operand which caused that the first value was put
one level deeper when second value was J_LONG or J_DOUBLE.

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


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

Changed paths:
  M arch/x86/insn-selector.brg

Log Message:
-----------
x86: Add missing result conversion after native method invocations.

This bugfix is related to the one in commit
a6cc64dea7ea078e173fe0bea89ad54e54038826 "vm: do not return jboolean
from VM natives.". It implements the other approach described in the
changelog of that commit. We must put conversion instructions after
native invocations because JNI methods do not perform the conversion.

Therefore it is now safe to use jbyte, jboolean, jchar and jshort as
VM native implementation return type.

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