-Xmr / -Xmrx
Sets the initial and maximum size of the the garbage collection (GC) remembered set in the gencon GC policy. The remembered set is a list of objects in the tenure area of the heap that have references to objects in the new area.
Syntax
| Setting | Effect | Default |
|---|---|---|
-Xmr<size> |
Set initial size | 16 K |
-Xmrx<size> |
Set maximium size |
See Using -X command-line options for more information about the <size> parameter.
This option applies only to the gencon GC policy.