Skip navigation links

Package org.mmtk.plan.nogc

Provides a memory management implementation that can allocate but not collect.

See: Description

Package org.mmtk.plan.nogc Description

Provides a memory management implementation that can allocate but not collect.

A VM built with this collector will crash when all available memory has been exhausted. It will also crash when a collection is triggered via System.gc() (or equivalent).

Skip navigation links