[ping] Re: RFR 8069286: Unexpected count of notification in LowMemoryTest
Mandy Chung
mandy.chung at oracle.com
Tue Feb 10 17:09:53 UTC 2015
On 2/10/15 1:22 AM, Jaroslav Bachorik wrote:
> On 2.2.2015 16:59, Jaroslav Bachorik wrote:
>> Please, review the following test change
>>
>> Issue : https://bugs.openjdk.java.net/browse/JDK-8069286
>> Webrev: http://cr.openjdk.java.net/~jbachorik/8069286/webrev.00
>>
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?
Mandy
More information about the serviceability-dev
mailing list