Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082729 | emb-9 | Thomas Schatzl | P4 | Resolved | Fixed | team |
G1 memory management uses a translation factor that corresponds, for auxiliary data structures, how many bytes of the heap map to a single byte of the given auxiliary data structure.
This is used during initialization of the memory mappers.
At the moment we hardcode these values, gathering it from various places, but it would be nicer if the data structure itself provided a getter for this.
This is used during initialization of the memory mappers.
At the moment we hardcode these values, gathering it from various places, but it would be nicer if the data structure itself provided a getter for this.
- backported by
-
JDK-8082729 Make auxiliary data structures know their own translation factor
-
- Resolved
-
- relates to
-
JDK-8038423 G1: Decommit memory within the heap
-
- Resolved
-