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

Morris Meyer morris.meyer at oracle.com
Mon Mar 18 08:39:09 PDT 2013


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