Vegard Nossum wrote:
> 2009/9/5 Pekka Enberg <penb...@cs.helsinki.fi>:
>> Good point. I wonder why we have methods without code attribute in
>> classfiles.
>>
> 
> Native and abstract methods don't have code. It's all here:
> 
> http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#1546
> 
> I think I tried once to skip the prepare-for-jit call, but something
> crashed. But I think it's a good idea to try to fix it.

Actually, we *do* need to prepare for jit because trampolines work on 
struct compilation_unit. So we probably need to initialize the cafebabe 
struct anyway.

                        Pekka

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to