Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-15 Thread Geir Magnusson Jr.
I'd like to rephrase this to be clear - It seems that HARMONY-1826 breaks the interpreter - when applied to current SVN trunk, all smoke tests fail for interpreter geir Geir Magnusson Jr. wrote: It seems to break the interpreter. jitrino smoke tests run fine, but all interpreter tests fail

Re: [drlvm] Interpreter is broken. (Was: Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.)

2006-10-14 Thread Geir Magnusson Jr.
Pavel Pervov wrote: Geir, as I may observe, interpreter is broken both on windows and linux for at least 3 days now. The interpreter library just does not load. From system diagnostics it looks like SIGSEGV in initialization static block of the library. I dunno. My system passes interpreter

Re: [drlvm] Interpreter is broken. (Was: Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.)

2006-10-14 Thread Pavel Pervov
False alarm. It works just fine now. But it was broken on Friday!.. Mistery. Pavel. On 10/15/06, Pavel Pervov <[EMAIL PROTECTED]> wrote: Geir, as I may observe, interpreter is broken both on windows and linux for at least 3 days now. The interpreter library just does not load. From system di

[drlvm] Interpreter is broken. (Was: Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.)

2006-10-14 Thread Pavel Pervov
Geir, as I may observe, interpreter is broken both on windows and linux for at least 3 days now. The interpreter library just does not load. From system diagnostics it looks like SIGSEGV in initialization static block of the library. Regards, Pavel. On 10/15/06, Geir Magnusson Jr. <[EMAIL PR

Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-14 Thread Geir Magnusson Jr.
It seems to break the interpreter. jitrino smoke tests run fine, but all interpreter tests fail... Pavel Rebriy wrote: The fix is ready. See http://issues.apache.org/jira/browse/HARMONY-1826 On 10/10/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Pavel Rebriy wrote: > Hello, > > Fix fo

Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-12 Thread Pavel Rebriy
Regarding patching generation of native callback, function gen_native_readinternal() doesn't use in VM and this is a dead code. As to me it should be eliminated. -s = mov(s, M_Base_Opnd(esp_reg, 0), Imm_Opnd((int)jni_native_intf)) ; // o0=jni_native_intf +s = mov(s, M_Base_Opnd(esp_re

Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-11 Thread Salikh Zakirov
Geir Magnusson Jr. wrote: > If all agree, please submit your change as a patch to that patch :) Sorry for confusion, it wasn't my change, but commented changes from HARMONY-1826. - Terms of use : http://incubator.apache.org/har

Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-11 Thread Geir Magnusson Jr.
If all agree, please submit your change as a patch to that patch :) Salikh Zakirov wrote: Pavel Rebriy wrote: Fix for Harmony-1582 brocks initialization of JVMTI support. I'm investigating the problem and going to create fixing JIRA as soon as possible. The fix is ready. See http://issues.ap

Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-11 Thread Salikh Zakirov
Pavel Rebriy wrote: >> > Fix for Harmony-1582 brocks initialization of JVMTI support. I'm >> > investigating the problem and going to create fixing JIRA as soon as >> > possible. > The fix is ready. See http://issues.apache.org/jira/browse/HARMONY-1826 Pavel, I have reviewed the patch in HARMONY-

Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-11 Thread Pavel Rebriy
The fix is ready. See http://issues.apache.org/jira/browse/HARMONY-1826 On 10/10/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Pavel Rebriy wrote: > Hello, > > Fix for Harmony-1582 brocks initialization of JVMTI support. I'm > investigating the problem and going to create fixing JIRA as s

Re: [drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-10 Thread Geir Magnusson Jr.
Pavel Rebriy wrote: Hello, Fix for Harmony-1582 brocks initialization of JVMTI support. I'm investigating the problem and going to create fixing JIRA as soon as possible. Great - thanks P.S. May be include several JVMTI tests into "build test". Yes, please do. -

[drlvm][jvmti] Last commit of Harmony-1582 brocks JVMTI support for DRLVM.

2006-10-09 Thread Pavel Rebriy
Hello, Fix for Harmony-1582 brocks initialization of JVMTI support. I'm investigating the problem and going to create fixing JIRA as soon as possible. P.S. May be include several JVMTI tests into "build test". -- Best regards, Pavel Rebriy