YoannBuch / jive

Automatically exported from code.google.com/p/jive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessarily many StepRequest creation attempts

GoogleCodeExporter opened this issue · comments

A StepRequest is created once for each thread using StepRequest.STEP_INTO.  
Previously, a request was created using StepRequest.STEP_OVER each time a 
MethodEntryEvent was received.  Since changing to StepRequest.STEP_INTO, it 
is no longer necessary to create StepRequests in this manner.  While 
JiveThread only creates a single StepRequest, JiveDebugTarget is still asking 
it to create a request at each method entry.  This results in a small 
inefficiency but no observable differences in event traces.

Original issue reported on code.google.com by jkczyz%b...@gtempaccount.com on 19 Jan 2010 at 8:19

Original comment by jkczyz%b...@gtempaccount.com on 19 Jan 2010 at 8:20

  • Changed state: Started
Committed to trunk in r7 after reviewed in issue 3.

Original comment by jkczyz%b...@gtempaccount.com on 5 Apr 2010 at 12:30

  • Changed state: Fixed