commit | f65e3fcaac0d5bf341078dfc4474e95b0e5fbcd3 | [log] [tgz] |
---|---|---|
author | Dan Horak <dhorak@redhat.com> | Mon May 26 09:31:43 2014 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Mon May 26 09:31:43 2014 +0200 |
tree | 3bcd8bb054288ac683cea4a5c3964121dacfa265 | |
parent | 714a7e877e42462a0ca81f89702cabd20cb08cd5 [diff] |
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