8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx

The mismatch in declaration and definition has been encountered when compiling on a platform where the sizes are different. Change the method definition to match the declaration.

Reviewed-by: tschatzl, sjohanss
1 file changed