- Loading...
author: Jiangli Zhou (jiangli), Thomas Schatzl (tschatzl)
Table of Contents |
---|
...
Supports 64-bit, non-Windows platforms.
Supports G1 GC only. Requires UseCompressedOops and UseCompressedClassPointers.
...
Objects within the region are 'pinned', which means GC does not move any live objects. GC scans and marks objects in the pinned region as normal, but skips forwarding live objects. Pointers in live objects are updated. Dead objects (unreachable) can be collected and freed.
...