Non-contiguous heaps

This is the practice of keeping the Java heap in several non-adjacent chunks of system memory. Non-contiguous heaps require additional bookkeeping, but can vastly increase the amount of available heap space in environments where, for example, the operating system resides in the middle of the address space. This is mostly relevant on 32-bit architectures where the amount of address space is limited.

Get Oracle JRockit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.