RFR(XS): 8137260: fix warning after "8046148: JEP 158: Unified JVM Logging"

Thomas Stüfe thomas.stuefe at gmail.com
Tue Sep 29 09:24:29 UTC 2015


Hi Goetz,

looks good.

Regards, Thomas

On Mon, Sep 28, 2015 at 1:52 PM, Lindenmaier, Goetz <
goetz.lindenmaier at sap.com> wrote:

> Hi,
>
> we see warning
> "negative integer implicitly converted to unsigned type"
> for
> size_t first_pos = -1;
> with gcc 4.1.2.
>
> I fixed this by using SIZE_MAX.
>
> Please review this tiny change.  I please need a sponsor.
> http://cr.openjdk.java.net/~goetz/webrevs/8137260-fixWarn/webrev.00/
>
>
> Thanks and best regards,
>   Goetz.
>


More information about the hotspot-runtime-dev mailing list