Card

For our purposes, typically, a structure representing a section of the heap. The entire heap is represented by a number of cards—the card table. The card table is used in generational GC to determine which parts of the old space are dirtied, that is, may have references pointing back to the young space.

See also Write barrier and Generational garbage collection.

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.