Request for review (S): 7102044 G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise

Daniel D. Daugherty daniel.daugherty at oracle.com
Mon Oct 31 10:26:12 PDT 2011


On 10/27/11 2:50 PM, Vladimir Kozlov wrote:
> Bengt Rutisson wrote:
>>> I am fine with SIZE_MAX if it passed JPRT (including embedded) as 
>>> you said. If you can, please, verify if it exist in bsd and mac. May 
>>> be Dan or Christian can help.
>>
>> I'll check with them. You mean Dan Daugherty and Christian Thalenger, 
>> right?
>
> Yes, them.

On my MacOS 10.6.8 machine:

/usr/include/gcc/darwin/4.0/stdint.h:#define SIZE_MAX      UINT64_MAX
/usr/include/gcc/darwin/4.0/stdint.h:#define SIZE_MAX          UINT32_MAX
/usr/include/gcc/darwin/4.2/stdint.h:#define SIZE_MAX      UINT64_MAX
/usr/include/gcc/darwin/4.2/stdint.h:#define SIZE_MAX          UINT32_MAX

On my MacOS 10.7 machine, SIZE_MAX shows up in
/usr/include/stdint.h. That same path is a symlink
on my 10.6.8 machine...

Dan



More information about the hotspot-dev mailing list