RFR (XXS) 8009172 [parfait] Null pointer deference in hotspot/src/share/vm/opto/output.cpp

Christian Thalinger christian.thalinger at oracle.com
Mon Mar 18 11:05:52 PDT 2013


Thank you.  Looks good.  -- Chris

On Mar 18, 2013, at 8:39 AM, Morris Meyer <morris.meyer at oracle.com> wrote:

> Fixed.  Thanks Christian.
> 
> WEBREV - http://cr.openjdk.java.net/~morris/8009172.02
> 
>        --mm
> 
> On 3/14/13 5:12 PM, Christian Thalinger wrote:
>> +      guarantee( n != NULL, "no nodes available" );
>> 
>> Please remove the spaces after and before the parentheses.
>> 
>> -- Chris
>> 
>> On Mar 14, 2013, at 9:00 AM, Morris Meyer <morris.meyer at oracle.com> wrote:
>> 
>>> Folks,
>>> 
>>> Thanks for your patience with these parfait reviews.
>>> 
>>> Could I get a quick review for this small fix for a parfait null pointer issue? This has been through JPRT.
>>> 
>>> Thanks in advance,
>>> 
>>>        --morris meyer
>>> 
>>> WEBREV - http://cr.openjdk.java.net/~morris/8009172.01
>>> JIRA - https://jbs.oracle.com/bugs/browse/JDK-8009172
> 



More information about the hotspot-compiler-dev mailing list