Native memory

Native memory, the way the term is used in this book, means the parts of memory used by the runtime for purposes other than Java heap. This can be space for code buffers or system memory that is "malloced" when the runtime needs to acquire space for internal data structures.

See also Heap.

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.