[ping] Re: RFR 8069286: Unexpected count of notification in LowMemoryTest

Mandy Chung mandy.chung at oracle.com
Thu Feb 12 01:04:31 UTC 2015


On 2/11/2015 3:04 AM, Jaroslav Bachorik wrote:
> On 10.2.2015 18:09, Mandy Chung wrote:
>>
>>   142         private boolean checkValue(long value, int target) {
>>   143             if (isRelaxed) {
>>   144                 return value == target;
>>   145             } else {
>>   146                 return value >= target;
>>   147             }
>>   148         }
>>
>> should line 143 be !isRelaxed?
>
> Oh, right - http://cr.openjdk.java.net/~jbachorik/8069286/webrev.01

Looks okay to me.
Mandy



More information about the serviceability-dev mailing list