On 12 декабря 2007 Pavel Ozhdikhin wrote: > I've added several comments about new JIT features/optimizations. > > I think the following item should be removed from the list: > > - 'full speed debug' : debugging with JIT enabled > > It seems Gregory's comment was misinterpreted - he probably meant that the > JIT-mode JVMTI debugging now works on x86_64. AFAIK it worked fine on IA32 > in M3. Gregory, could you please confirm?
Yes, what I meant is that now it is possible to debug applications in default (JIT) mode on x86_64. Previously in M3 this mode worked only on x86, on x86_64 it was necessary to use -Xint to use interpreter. > On 12/11/07, Tim Ellison <[EMAIL PROTECTED]> wrote: > > Gregory Shimansky wrote: > > > Tim Ellison said the following on 11.12.2007 16:27: > > >> Our regular Board report is now due. I have put a draft on the wiki > > >> [1], and would very much welcome your comments, additions, and > > >> corrections etc. > > >> > > >> I'd especially appreciate any noteworthy enhancements since the last > > >> report (which was ~Milestone 3), or any issues that I may have missed. > > >> > > >> [1] http://wiki.apache.org/harmony/Board200712 > > > > > > JVMTI code was ported to x86_64 platforms (both Linux and Windows). > > > Debugging in JIT mode now works, at least I am not aware of about bugs > > > or failing tests. > > > > Thanks, I added them to the wiki page. > > > > Regards, > > Tim -- Gregory
