This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Fwd: [PATCH, libjava]: Avoid suggest parentheses around comparison in operand of '|' in java/lang/natObject.cc
- From: Andrew Haley <aph at redhat dot com>
- To: Uros Bizjak <ubizjak at gmail dot com>, java-patches at gcc dot gnu dot org
- Date: Wed, 12 Mar 2014 15:53:58 +0000
- Subject: Re: Fwd: [PATCH, libjava]: Avoid suggest parentheses around comparison in operand of '|' in java/lang/natObject.cc
- Authentication-results: sourceware.org; auth=none
- References: <CAFULd4ZNAti1tjKeBDYGePRptfeTCYOyh990cWKw0oTApdUkug at mail dot gmail dot com> <CAFULd4aqwfPRk4tnThJ1QM6F1zuLpvZ8RLY+hNaH=xn+fserEg at mail dot gmail dot com>
On 03/12/2014 03:02 PM, Uros Bizjak wrote:
> 2014-03-10 Uros Bizjak <ubizjak@gmail.com>
>
> * java/lang/natObject.cc (_Jv_MonitorEnter): Add missing parenthesis
> around comparison with (address | LOCKED) in JvAssert.
>
> Patch was bootstrapped and regression tested on x86_64-pc-linux-gnu {,-m32}.
>
> OK for mainline SVN and release branches?
Yes, thanks.
Andrew.