src/share/vm/runtime/arguments.cpp

changeset 6934
d15367d92f0d
parent 6680
78bbf4d43a14
child 6951
99dbb9cd9521
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Mon Jul 21 09:40:19 2014 +0200
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Mon Jul 21 09:40:19 2014 +0200
     1.3 @@ -1401,7 +1401,7 @@
     1.4    return true;
     1.5  }
     1.6  
     1.7 -uintx Arguments::max_heap_for_compressed_oops() {
     1.8 +size_t Arguments::max_heap_for_compressed_oops() {
     1.9    // Avoid sign flip.
    1.10    assert(OopEncodingHeapMax > (uint64_t)os::vm_page_size(), "Unusual page size");
    1.11    // We need to fit both the NULL page and the heap into the memory budget, while

mercurial