Debugger agent (stepControl.c) calls NotifyFramePop (in 2 places - in initState() and in stepControl_handleStep()) and checks returned value for JVMTI_ERROR_DUPLICATE.
But NotifyFramePop cannot return the value.
Duplicate FramePop requests are ignored, JVMTI_ERROR_NONE is returned
But NotifyFramePop cannot return the value.
Duplicate FramePop requests are ignored, JVMTI_ERROR_NONE is returned