RFR (XXS) 8009172 [parfait] Null pointer deference in hotspot/src/share/vm/opto/output.cpp
Christian Thalinger
christian.thalinger at oracle.com
Thu Mar 14 14:12:27 PDT 2013
+ 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