RFR: JDK-8033931: Several nightly tests failing with assert(imin < imax)
Gerald Thornbrugh
gerald.thornbrugh at oracle.com
Fri Feb 7 10:22:28 PST 2014
Hi Dan,
Thanks for the review.
Gerald
> > http://cr.openjdk.java.net/~dcubed/gthornbr/8033931-webrev/
>
> src/os/linux/vm/os_linux.cpp
> No comments.
>
> Thumbs up.
>
> Dan
>
>
> On 2/7/14 11:16 AM, Gerald Thornbrugh wrote:
>> Hi,
>>
>> In my Linux code cleanup I miscalculated an assert statement.
>> Instead of "assert(imin < imax," it should have been "assert(imin <=
>> imax,".
>> I have rerun UTE tests and this fix address the test failures.
>>
>> Bug:
>>
>> https://bugs.openjdk.java.net/browse/JDK-8033931
>>
>> Webrev:
>>
>> http://cr.openjdk.java.net/~dcubed/gthornbr/8033931-webrev/
>> <http://cr.openjdk.java.net/%7Edcubed/gthornbr/8033931-webrev/>
>>
>> Please review my changes and let me know if you have questions.
>>
>> Thanks,
>>
>> Gerald Thornbrugh
>
More information about the hotspot-runtime-dev
mailing list