}
String strCalleeClassMethodName = arrNameDesc[0];
String strCalleeDescriptor = "(" + arrNameDesc[1];
//Get information about the call and about the patch
MethodToTrack methodToTrack = MethodsToTrackSet.isMethodToBeTracked(strCalleeClassMethodName, strCalleeDescriptor);
if (methodToTrack == null)
{
throw new RampException("No information record for method " + strCalleeClassMethodName);
}