classIsPublic = Modifier.isPublic(method.getDeclaringClass().getModifiers());
}
}
// prepare a faster handle if handles are enabled and the method and class are public
Handle tmpHandle = null;
try {
if (USE_HANDLES &&
// must be a public method
methodIsPublic &&
// must be a public class