RFR: JDK-8074459 - Flags handling memory sizes should be of type size_t

Jesper Wilhelmsson jesper.wilhelmsson at oracle.com
Wed Mar 11 17:21:05 UTC 2015


Hi,

Thomas pointed out a few more flags to change and also that the patch file in 
this webrev is empty. This was due to the fact that I didn't commit my changes 
before creating the webrev and had an empty outgoing patch... I'll provide a new 
webrev in a while.

Thanks,
/Jesper


Jesper Wilhelmsson skrev den 11/3/15 14:54:
> Hi,
>
> Please review this change to make most flags handling memory sizes to be of type
> size_t. Flags dealing with code heap and code cache are not included in this
> change. Se the bug for details.
>
> The change is surprisingly small considering the amount of flags changed. Most
> variables around these flags was already of type size_t so there are only a few
> places where related code had to change in some way.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8074459
> Webrev: http://cr.openjdk.java.net/~jwilhelm/8074459/webrev.01/
>
> Testing: jprt, jtreg tests
>
> Thanks,
> /Jesper


More information about the hotspot-dev mailing list