Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-16 Thread Geir Magnusson Jr.
Egor Pasko wrote: On the 0x202 day of Apache Harmony Geir Magnusson, Jr. wrote: Egor Pasko wrote: Harmoniers, Thanks to Mikhail Fursov, George Timoshenko, Nikolay Sidelnikov (and me, of course:) all critical bugs (as in [1]) in Jitrino.OPT have their fixing patches and I like them. I think, i

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-16 Thread Egor Pasko
On the 0x202 day of Apache Harmony Geir Magnusson, Jr. wrote: > Egor Pasko wrote: > > Harmoniers, > > Thanks to Mikhail Fursov, George Timoshenko, Nikolay Sidelnikov (and > > me, of course:) all critical bugs (as in [1]) in Jitrino.OPT have > > their fixing patches and I like them. I think, it is a

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-16 Thread Egor Pasko
On the 0x204 day of Apache Harmony Geir Magnusson, Jr. wrote: > Alexey Varlamov wrote: > > [snip] > >> > > + HARMONY-1802 (no more crash in HARMONY-1688, but a hang:) > >> > > >> > Applied. 1688 still crashes for me > >> > >> I have no crash, only "..." printed and a CPU-eating infinite loop > > Th

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-16 Thread Geir Magnusson Jr.
Alexey Varlamov wrote: [snip] > > + HARMONY-1802 (no more crash in HARMONY-1688, but a hang:) > > Applied. 1688 still crashes for me I have no crash, only "..." printed and a CPU-eating infinite loop This is "expected" behaviour for now, waiting for classloading fix + the test should be fix

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-16 Thread Geir Magnusson Jr.
Egor Pasko wrote: On the 0x202 day of Apache Harmony Geir Magnusson, Jr. wrote: Egor Pasko wrote: Harmoniers, Thanks to Mikhail Fursov, George Timoshenko, Nikolay Sidelnikov (and me, of course:) all critical bugs (as in [1]) in Jitrino.OPT have their fixing patches and I like them. I think, i

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-15 Thread Alexey Varlamov
[snip] > > + HARMONY-1802 (no more crash in HARMONY-1688, but a hang:) > > Applied. 1688 still crashes for me I have no crash, only "..." printed and a CPU-eating infinite loop This is "expected" behaviour for now, waiting for classloading fix + the test should be fixed, patch is available. [

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-15 Thread Egor Pasko
On the 0x202 day of Apache Harmony Geir Magnusson, Jr. wrote: > Egor Pasko wrote: > > Harmoniers, > > Thanks to Mikhail Fursov, George Timoshenko, Nikolay Sidelnikov (and > > me, of course:) all critical bugs (as in [1]) in Jitrino.OPT have > > their fixing patches and I like them. I think, it is a

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-14 Thread Geir Magnusson Jr.
seems to work. Doesn't blow up :) Ivan Volosyuk wrote: On 10/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Ivan Volosyuk wrote: > Geir, please also apply the HARMONY-1762 fix. It contains one more > DRLVM stability fix, but in this case in GC (v4.1 or gc_cc) component. But crashes on

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-14 Thread Ivan Volosyuk
On 10/15/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Ivan Volosyuk wrote: > Geir, please also apply the HARMONY-1762 fix. It contains one more > DRLVM stability fix, but in this case in GC (v4.1 or gc_cc) component. But crashes on Ubuntu 6 - see JIRA. Not applied I see. I have attached

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-14 Thread Geir Magnusson Jr.
Ivan Volosyuk wrote: Geir, please also apply the HARMONY-1762 fix. It contains one more DRLVM stability fix, but in this case in GC (v4.1 or gc_cc) component. But crashes on Ubuntu 6 - see JIRA. Not applied HARMONY-1815 contains small and highly desirable fix for EM64T. Without it the GC

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-14 Thread Geir Magnusson Jr.
done Mikhail Fursov wrote: Please, apply 1814 fix too. The fix is quite simple but the bug is important - several people faced this problem. On 10/15/06, Ivan Volosyuk <[EMAIL PROTECTED]> wrote: Geir, please also apply the HARMONY-1762 fix. It contains one more DRLVM stability fix, but in thi

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-14 Thread Mikhail Fursov
Please, apply 1814 fix too. The fix is quite simple but the bug is important - several people faced this problem. On 10/15/06, Ivan Volosyuk <[EMAIL PROTECTED]> wrote: Geir, please also apply the HARMONY-1762 fix. It contains one more DRLVM stability fix, but in this case in GC (v4.1 or gc_cc)

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-14 Thread Ivan Volosyuk
Geir, please also apply the HARMONY-1762 fix. It contains one more DRLVM stability fix, but in this case in GC (v4.1 or gc_cc) component. HARMONY-1815 contains small and highly desirable fix for EM64T. Without it the GC doesn't work on the architecture. -- Ivan On 10/14/06, Geir Magnusson Jr. <[

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-14 Thread Geir Magnusson Jr.
Egor Pasko wrote: Harmoniers, Thanks to Mikhail Fursov, George Timoshenko, Nikolay Sidelnikov (and me, of course:) all critical bugs (as in [1]) in Jitrino.OPT have their fixing patches and I like them. I think, it is a good step forward to enabling the self-hosting environment. Here are the

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-13 Thread Geir Magnusson Jr.
you all are mighty! When I get off of this plane, I'll get them in and we can keep moving. Well done! geir Egor Pasko wrote: Harmoniers, Thanks to Mikhail Fursov, George Timoshenko, Nikolay Sidelnikov (and me, of course:) all critical bugs (as in [1]) in Jitrino.OPT have their fixing patch

Re: [drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-13 Thread Mikhail Fursov
Thanks to Egor, that he raised the issue! I would appreciate if these patches are commited to the trunk. I have new ones, but the changes are in the same files.. :( On 13 Oct 2006 20:25:59 +0700, Egor Pasko <[EMAIL PROTECTED]> wrote: Harmoniers, Thanks to Mikhail Fursov, George Timoshenko, Nik

[drlvm][jit][Jitrino.OPT] Jitrino.OPT stability improvements

2006-10-13 Thread Egor Pasko
Harmoniers, Thanks to Mikhail Fursov, George Timoshenko, Nikolay Sidelnikov (and me, of course:) all critical bugs (as in [1]) in Jitrino.OPT have their fixing patches and I like them. I think, it is a good step forward to enabling the self-hosting environment. Here are the champions: + HARMONY-1