Fwd: Request for review (xs) - 8013938: Native OOME on fastdebug VM on Solaris
Jon Masamitsu
jon.masamitsu at oracle.com
Wed Aug 28 15:11:45 UTC 2013
8013938: Native OOME on fastdebug VM on Solaris
This change increases the default value of HeapBaseMinAddress on
solaris x64 from 256M to 2G. This changes allows more space
on solaris for native memory allocations. 2G is the default value
on most other platforms. HeapBaseMinAddress is
used in the calculation of the maximum heap size for zero-based
compressed oops and the resulting calculated maximum
zero-based heap size is reduced by this change.
http://cr.openjdk.java.net/~jmasa/8013938/webrev.00/
More information about the hotspot-gc-dev
mailing list