You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/10/20 15:03:50 UTC

[jira] Resolved: (HARMONY-4981) [drlvm][jvmti] single step crash in the virtual method

     [ https://issues.apache.org/jira/browse/HARMONY-4981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky resolved HARMONY-4981.
----------------------------------------

    Resolution: Fixed
      Assignee: Gregory Shimansky

I made a fix at 586707 that now treats all Kind_Reg calls as calls directly to the compiled code of a method. The test works for me now.

> [drlvm][jvmti] single step crash in the virtual method
> ------------------------------------------------------
>
>                 Key: HARMONY-4981
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4981
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: win x86
>            Reporter: Alexei Fedotov
>            Assignee: Gregory Shimansky
>
> After the recent changes the following stress test starts to fail:
> stress/org/apache/harmony/test/stress/jpda/jdwp/scenario/EVENT014/EventTest014
> harmonyvm.dll!_assert(const char * expr=0x007ff358, const char * filename=0x007ff300, unsigned int lineno=526)  Line 295	C
> harmonyvm.dll!jvmti_start_single_step_in_virtual_method(DebugUtilsTI * ti=0x01314328, const VMBreakPoint * bp=0x0013f1d8, const unsigned int data=1, const unsigned char bytecode='ΒΆ')  Line 526 + 0x1a	C++
> harmonyvm.dll!jvmti_process_jit_single_step_event(TIEnv * unused_env=0x00000000, const VMBreakPoint * bp=0x0013f1d8, const unsigned int data=1)  Line 616 + 0x15	C++
> harmonyvm.dll!VMBreakPoints::process_native_breakpoint()  Line 667 + 0x25	C++
> harmonyvm.dll!process_native_breakpoint_event()  Line 1324	C++
> harmonyvm.dll!asm_process_native_breakpoint_event()  Line 1336	C++

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.