hg: jdk9/hs-gc/hotspot: 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
thomas.schatzl at oracle.com
thomas.schatzl at oracle.com
Mon May 26 08:37:53 UTC 2014
Changeset: 68e6defdb086
Author: tschatzl
Date: 2014-05-26 09:31 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/68e6defdb086
8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
Summary: 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
Contributed-by: Dan Horak <dhorak at redhat.com>
! src/share/vm/runtime/arguments.cpp
More information about the jdk9-all-changes
mailing list