JDK-4712283 : STEP_LINE/STEP_OVER after class redefine behaves like a STEP_OUT.
  • Type: Bug
  • Component: vm-legacy
  • Sub-Component: jvmdi
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2002-07-09
  • Updated: 2002-07-10
  • Resolved: 2002-07-10
Related Reports
Duplicate :  
Description
After class is redefined the STEP_LINE/STEP_OVER in non EMCP method 
behaves like STEP_OVER because of missing line number info.
But STEP_LINE/STEP_INTO in non EMCP method behaves like STEP_MIN/STEP_INTO.
I think that is the correct behavior when the line number info is missing
it should do behave like a STEP_MIN.


Comments
EVALUATION Problem is in the back end code which controls the STEP_LINE/STEP_OVER mechanism. When line number info is missing STEP_LINE/STEP_OVER was not enabling the stepping. So need to fix the logic in back end to enable stepping.
11-06-2004