RFR (XS): 8003879: Duplicate definitions in vmStructs
David Holmes
david.holmes at oracle.com
Thu Nov 22 19:04:29 PST 2012
On 22/11/2012 2:17 PM, David Holmes wrote:
> I have a few comments on this part:
>
> - Array indices should be int's not size_t (ie signed not unsigned)
I humbly withdraw that comment. It is required to be an "integer type"
which includes both signed and unsigned and various sizes.
I certainly prefer to use only int values. YMMV.
David
-----
More information about the serviceability-dev
mailing list