RFR(XS): 8009287 Uninitialised variable in hotspot/agent/src/os/linux/ps_core.c
Dean Long
dean.long at oracle.com
Tue Mar 5 15:08:57 PST 2013
What if allocate_init_map() fails to allocate memory? Shouldn't
add_class_share_map_info() follow the pattern of add_map_info():
return NULL or "map", and have the caller check for NULL?
dl
On 3/4/2013 11:39 PM, David Holmes wrote:
> Looks fine to me - thanks Staffan!
>
> David
>
> On 5/03/2013 5:24 PM, Staffan Larsen wrote:
>> A very small fix for a warning.
>>
>> webrev: http://cr.openjdk.java.net/~sla/8009287/webrev.00/
>>
>> Thanks,
>> /Staffan
>>
More information about the hotspot-dev
mailing list