hotspot/src/share/vm/runtime/arguments.cpp
changeset 24666 a7a8e70f1bf7
parent 24489 de383df95d5c
child 24946 24b68ccf3fc4
child 24941 4ebbe176a7b1
child 25057 f38210f84f8c
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Wed Jul 05 19:42:32 2017 +0200
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Mon May 26 09:31:43 2014 +0200
@@ -1449,7 +1449,7 @@
   return true;
 }
 
-uintx Arguments::max_heap_for_compressed_oops() {
+size_t Arguments::max_heap_for_compressed_oops() {
   // Avoid sign flip.
   assert(OopEncodingHeapMax > (uint64_t)os::vm_page_size(), "Unusual page size");
   // We need to fit both the NULL page and the heap into the memory budget, while