[PATCH 2/2] vm: implement java/lang/reflect/Method.getReturnType()

2009-10-06 Thread Tomek Grabiec
Signed-off-by: Tomek Grabiec tgrab...@gmail.com --- include/vm/reflection.h |1 + vm/jato.c |1 + vm/reflection.c | 18 ++ 3 files changed, 20 insertions(+), 0 deletions(-) diff --git a/include/vm/reflection.h b/include/vm/reflection.h index

[penberg/jato] 98b32e: vm: parse method and field type on initialization

2009-10-06 Thread noreply
Branch: refs/heads/master Home: http://github.com/penberg/jato Commit: 98b32ee8f4ef7d3b6ab299859151087286533462 http://github.com/penberg/jato/commit/98b32ee8f4ef7d3b6ab299859151087286533462 Author: Tomek Grabiec tgrab...@gmail.com Date: 2009-10-06 (Tue, 06 Oct 2009) Changed paths: M

Re: [PATCH 1/2] vm: parse method and field type on initialization

2009-10-06 Thread Pekka Enberg
On Tue, 2009-10-06 at 11:45 +0200, Tomek Grabiec wrote: struct vm_type_info is introduced to fully describe a java type of a call argument, return type, field type, etc. Method's and field's type strings are parsed on initialization and type information is put to appropriate struct