-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
b35
-
generic
-
generic
The recent addition of the user_data void* to the heap iterate functions
doesn't allow for this pointer to be NULL, a fairly common situation.
I had to create a dummy data area to point at for the code to work.
withpout a JVMTI NULL pointer error.
Minor issue, but NULL should be acceptable.
-kto
doesn't allow for this pointer to be NULL, a fairly common situation.
I had to create a dummy data area to point at for the code to work.
withpout a JVMTI NULL pointer error.
Minor issue, but NULL should be acceptable.
-kto