-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
5.0
-
generic
-
generic
Found a place where a garbage jmethodID could be passed to isMethodObsolete():
error = getFrameLocation(thread,
&clazz, &method, &location);
if ( isMethodObsolete(method)) {
method = NULL;
location = -1;
}
error = getFrameLocation(thread,
&clazz, &method, &location);
if ( isMethodObsolete(method)) {
method = NULL;
location = -1;
}